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