$(document).ready(function(){
	$('.cycle').cycle({
		timeout:5000,
		speed:1000
	})
});
