$(document).ready(function(){
	
	$("#video_embed").fancybox({
			'modal' : true,
			'frameHeight': 355,
			'frameWidth': 425
		});
	
	
});