$(document).ready(function() {
	$("a.single_image").fancybox();

	// $("a.single_image").click(function(){
	// 		 return false;
	// 	});
	

});