$(function(){
   $('#slider1').anythingSlider({

				width           : 240,   // Override the default CSS width
                                height          : 200,
                                delay           : 3500,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
                                animationTime   : 1200
//				
			});

});

