$(document).ready(function() {
	$(function() {
		$('#s7').cycle({
			fx:    'scrollRight',
			speed:   300,
			delay: -1000,
			timeout: 6000
		});
	});
});