$(document).ready(function(){
	$('.cycle').cycle({
		speed:4000,
		timeout:6000,
		delay:-4000
	});
});