$(document).ready(function() {
	$("a.imglink").fancybox({
		'titlePosition'	: 'over'
	});
});
