$(document).ready(function() {
    $('#slideshow, .quotes').cycle({
		fx: 'fade',
		timeout: 7000,
		cleartypeNoBg: true
	});
});

$(document).ready(function() {
    $(".iframe").fancybox({
				'width'				: 720,
				'height'			: 480,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'overlayColor' : '#000',
				'overlayOpacity' : 0.7,
				'padding' : 0
			});
});

