$(document).ready(function(){
$('#folioshow').cycle({ 
    fx:     'scrollLeft', 
    timeout: 6000, 
    delay:  -2000 
});
						   });
