

$(function() {
	$('#manset').cycle({
		fx: 'scrollRight',
		speed: 700,
		timeout: 5000
	});
});

