$(document).ready(function(){
$(".video_link").fancybox({
				/*'width'				: '741',
				'height'			: '200',
				'autoDimensions':false,*/
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'scrolling'			: 'no',
				'onComplete'		: function(){
						$("#fancybox-wrap").css({
							'width':'340px',
							'height':'260px',
							'top':'+=20',	
							'left':'+=20',						
							});
							
						$("#fancybox-content").css({'width':'340px','height':'260px','border-width':'0px'});
						$.fancybox.center();
						
					}
				
			}
				
).resize();
});
