jQuery(function($) {
$('#scrollLeft').cycle({ 
    fx:      'scrollLeft', 
    speed:    1500,
    timeout:  4000
});
});
