$(document).ready(function(){	
			$("#slider").easySlider({
				auto: true,
				continuous: true,
				numeric: false,
				controlsShow:	false
				
			});
			$("#slider3").easySlider({
				auto: false, 
				continuous: true,
				numeric: false,
				vertical: false,
				prevId: 'prevBtnx',
				nextId: 'nextBtnx'	

			});
			
		});	

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