$(function() {

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

	$('#products ul').cycle({
		fx:			'fade',
		speed:		800, 
		timeout:	6000,
		cleartype:  false 
	});

});
