$(document).ready(function(){	
	$("#slider").easySlider({
		auto: false,
		continuous: true,
		nextId: "slider1next",
		prevId: "slider1prev"
	});
});	

$(function() {
	$('.lightbox').lightBox();
});
