$(document).ready(function() {
    $('.slider').cycle({
		fx: 'scrollRight',
		speed:    700, 
		timeout:  4000
	});
});
