$(document).ready(function() {
	$('.fpContainer').cycle({
		fx:"scrollHorz",
		speed:1000,
		timeout:0,
		next:"#fpNext",
		prev:"#fpPrev"
	});
	$('.mdSlideshowContainer').cycle({
		fx: 'fade',
		fit: 1,
		width: 'auto',
		height: 420,
		speed: 1400,
		timeout: 0,
		pager: '#thumbnails',
		pagerAnchorBuilder: function(idx, slide) {
			return '<li><a href="#"><img src="' + slide.src.replace("large","thumbnail") + '" /></a></li>';
		}
	});
	$('.testimonialsFade').cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 8000
	});
});
