$(document).ready(function() {
  $('.fancy').fancybox({
	'autoDimensions'		: false,
	'width'         		: 800,
	'height'        		: 'auto',
    'showCloseButton'		: true,
	'titlePosition' 		: 'over',
	'scrolling'				: 'yes',
	});
});

