$(document).ready(function(){

	$('.fancybox').fancybox({
		height: 320,
		width: 719,
		autoSize: false
	});

});
