		 $(document).ready(function(){

			 $(this).delay(1500,function(){
			 
			 $jScroller.config.refresh = 20;
			 
				  // Add Scroller Object
				  $jScroller.add("#scroller_container","#scroller","left",1.5);
				
				  // Start Autoscroller
				  $jScroller.start();

			 });
		  
		 });
		