$(document).ready(function() {
	$("a.fancybox, a.fancybox-picturel, a.fancybox-picture, a.fancybox-nofloat").fancybox({ 'hideOnContentClick': true, 'itemLoadCallback': true, 'overlayShow': true, 'overlayOpacity': 0.5 });
}); 