$(document).ready(function() {

$("#photoBox a").fancybox({
				'titlePosition'  : 'over'
			});
			
});