
$(document).ready(function() {
    $('#rotate').cycle({
            fx:    'scrollRight',
            timeout: 6000,
            delay: -2000,
            pause: true,
            speed: 1000
	});
});

