$(document).ready(function() 
{ 
	//alert(1);	
	$('.award_image a').fancybox({'hideOnContentClick':true,'showCloseButton':false});
});

