$(document).ready(function() {
$(".various3").fancybox({
				'width'				 : 980,
				'padding'            : 5,
				'height'			 : 400,
				'autoScale'			 : false,
				'transitionIn'		 : 'fade',
				'transitionOut'		 : 'fade',
				'type'				 : 'iframe',
				'scrolling'          : 'no',
				'titleShow'          : false,
				'autoDimensions'     : true,
				'hideOnContentClick' : false

				
			});

$(".various4").fancybox({
				'width'				 : 800,
				'padding'            : 5,
				'height'			 : 700,
				'autoScale'			 : false,
				'transitionIn'		 : 'fade',
				'transitionOut'		 : 'fade',
				'type'				 : 'iframe',
				'scrolling'          : 'no',
				'titleShow'          : false,
				'autoDimensions'     : true,
				'hideOnContentClick' : false

				
			});

$("a.media").fancybox({
				'titleShow'		: false
			});

});
