$(document).ready(function(){ 
						   
						   $('#animated_banner').cycle({ 
    fx:    'scrollRight', 
    speed:  2500,
	timeout:  6000
 });
						   
						   });