jQuery(document).ready(function() {
 jQuery("#slider").easySlider({
	auto:false,
							  });

 jQuery(function() {
     jQuery(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		
  
     speed: 1000
    });
	 
	 
	 
});
 
	

 
}); 



