$(document).ready(function() {
	$(".lightbox_image").fancybox({
		speedIn		:	800, 
		speedOut	:	600, 
		overlayShow	:	true
	});

});

