jQuery(document).ready(function() {

	jQuery(".fancybox").fancybox({
	    'width'   :  800,
	    'height'  :  500
	});


});
