jQuery(document).ready(function() {			
					$(".btn-play-video-caydon").fancybox({
					'transitionIn'	:	'elastic',
					'transitionOut'	:	'elastic',
					'width'			: 	680,
					'height'		:	420, 
					'type'			:	'iframe',
					'scrolling'		:	'no',
					'autoScale'		:	false,
					'overlayShow'	:	true
					});
					
					$(".btn-play-video-caydon a").fancybox({
					'transitionIn'	:	'elastic',
					'transitionOut'	:	'elastic',
					'width'			: 	680,
					'height'		:	420, 
					'type'			:	'iframe',
					'scrolling'		:	'no',
					'autoScale'		:	false,
					'overlayShow'	:	true
					});
					
					$(".btn-play-video-caydon").click(function() {
						$.fancybox({
							'transitionIn'	:	'elastic',
							'transitionOut'	:	'elastic',
							'width'			: 	680,
							'height'		:	420, 
							'type'			:	'iframe',
							'scrolling'		:	'no',
							'autoScale'		:	false,
							'overlayShow'	:	true
							});
					});
					
				
				});
