$(document).ready(function() {
	
	$("a.fancybox-me").fancybox({
				'overlayShow':    true
			  , 'overlayOpacity': 0.5
	});
	
	
});


