jQuery(function() {

	$('#showreel').cycle({
		fx:			'fade',
		speed:		1500,
		timeout:	6000
	});

});
