$(document).ready(function() {
$('#preview_banner').cycle({ 
    fx:     'scrollHorz', 
   
	speed:  600,
	timeout:  10000
});

});