$(document).ready(function(){
	$("a.play_movie").fancybox({
		'padding'		 : 10,
		'autoScale'		 : false,
		'autoDimensions': true,
		'title'         : '',
		'type'          : 'iframe'
	});
});


