$(document).ready(function() {
	$("a[rel=iframe]").fancybox({
		'overlayOpacity' : 0.7,
		'overlayColor'   : '#DFEEF7',
		'type'           : 'iframe',
		'width' : 640,
		'height' : 365,
		'titleShow': false,
		'showNavArrows': false
	});

	//jQuery Cycle Plugin
	$('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		cleartype: 1
	});
});
