$(document).ready(function(){
	$('.cycle').cycle({
		timeout: 5000,
		speed: 2000,
		sync: 1,
		delay: -2000
	});
});