$(document).ready(function() {
	$('.slideshowContainer').cycle({
		fx:"fade",
		speed:1000,
		timeout:5000,
		next:"#next",
		prev:"#prev"
	});
	$('.imageColourEffect').cycle({
		fx:"fade",
		speedIn:500,
		speedOut:2000,
		timeout:1,
		autostop:2
	});
});
