$(document).ready(function() {
	$("a.myfancybox").fancybox({'overlayShow':true,'overlayOpacity':0.3 });

$("a.quizLink").fancybox({  
'width' : '1px',  
'height' : '1px',
'background' : '#000000',  
'autoScale' : false,  
'transitionIn' : 'none',  
'transitionOut' : 'none',  
'type' : 'iframe'  
 });

$("a.vidLink").fancybox({  
'width' : '50%',  
'height' : '50%',  
'autoScale' : true,  
'transitionIn' : 'none',  
'transitionOut' : 'none',  
'type' : 'iframe'  
 });

$("a.wp-oembed").fancybox({  
'width' : '50%',  
'height' : '50%',  
'autoScale' : true,  
'transitionIn' : 'none',  
'transitionOut' : 'none',  
'type' : 'iframe'  
 });
 
$("a.resihomepagevideo").fancybox({  
'width' : '50%',  
'height' : '50%',  
'autoScale' : true,  
'transitionIn' : 'none',  
'transitionOut' : 'none',  
'type' : 'iframe'  
 });
 
$("a#reshomepagevid").fancybox({
	'autoDimensions'	: false,
	'width'         	: 500,
	'height'        	: 334,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none'
});

$('.rotate').cycle({
fx: 'fade',
speed: 3500
});
});
