$(document).ready(function(){   
  
	$("#slider,#slider_big").sudoSlider({         
		auto:true,
		fade:true,
		 
        prevNext:false
	});
		
});
