/* Author: 

*/


//facnyBox

$(document).ready(function() {
			/*
			*   Examples - images
			*/

			$("#video").fancybox({
				'width'				: 640,
				'height'			: 385,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'overlayOpacity'	: .5,
				'overlayColor'		: '#000'
		
		
		
			});
			

		});

$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		
	});
});



$(document).ready(function() {
    $('#awards-slides').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout:      7000,
		 speed:        800 // speed of the transition (any valid fx speed value) 
		
	});
});

//facnyBox
$(document).ready(function() {
			/*
			*   Examples - images
			*/

			$(".video-link").fancybox({
				'width'				: 640,
				'height'			: 385,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'overlayOpacity'	: .5,
				'overlayColor'		: '#000'
		
		
		
			});
});

