/* click enlargement */  
$(function() {
				$(".imageWrapper.full a").fancybox({
				'titlePosition'  : 'over'
			});			
	});
