$(document).ready(function() {
	$(".lightBox").fancybox({
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'width'			: 444,
		'height'		: 430,
		'type'				: 'iframe'
	});
	
	$(".lightbox_img").fancybox({
		'titleShow'     : false
	});
});
