$(document).ready(function(){	
			$("#slider").easySlider({
				auto: false,
				continuous: true,
				controlsShow:	true,
				prevId: 'prevBtny',
				nextId: 'nextBtny'	
			});
			$("#slider2").easySlider({ 
				auto: true,
				continuous: true,
				pause:	7500,
				controlsShow:	false

			});
			$("#slider3").easySlider({
				auto: false, 
				continuous: true,
				numeric: false,
				prevId: 'prevBtnx',
				nextId: 'nextBtnx'	
			});
		});	


//jqlightbox
 $(function() {
         $('#slider3 a').lightBox();
    });
