$(function() {
	// Slideshow
	$('div.mainImage').cycle({
	    fx:     'fade',
		timeout: 6000
	});
});

