$(document).ready(function() {
	$("a.lightbox").fancybox({
		'titleShow'		: true
	});
});
