$(document).ready(function() {
	$('.wipe').cycle({ 
		fx:     'fade', 
		timeout: 5000, 
		delay: -3000,
		speed: 4000
	});
});



