$(document).ready(function() {
	$('.homepageMainSlideshow').cycle({
		fx: 'fade',
		speed: 1400,
		timeout: 5000
	});
	$('.slideshowContainer').cycle({
		fx: 'fade',
		speed: 1400,
		timeout: 5000
	});
	$('.mdSlideshowContainer').cycle({
		fx: 'fade',
		fit: 1,
		width: 'auto',
		height: 333,
		speed: 1400,
		timeout: 0,
		pager: '#thumbnails',
		pagerAnchorBuilder: function(idx, slide) {
			return '<li><a href="#"><img src="' + slide.src.replace("large","thumbnail") + '" /></a></li>';
		}
	});
});
