$(document).ready(function() {
	$("#thumbnail a").fancybox({
	'hideOnContentClick': true,
	'overlayShow' : true,
	'overlayOpacity': .5 });
});
