/**
* Applies effects to the home page videos
* to rotate the images.
*/
$(document).ready(function () {
	//setup fancybox, remember to restart the slide show.
	$('a.fancybox').fancybox({
		'hideOnContentClick' : false,
		'titleShow' : false,
		'frameWidth' : 678,
		'frameHeight' : 382,
		'transitionIn' : 'elastic',
		'transitionOut' : 'elastic',
	});
});
