$(document).ready(function() {

	$(".detail").fancybox({
					'width'				: 745,
					'height'			: 400,
			        'autoScale'     	: false,
			        'transitionIn'		: 'none',
					'transitionOut'		: 'none',
					'type'				: 'iframe'
				});
	
});

