$(document).ready(function() {
	
	$("a.lightbox").fancybox({ 'titlePosition':'over', 'titleShow':false });
	
});
