$(document).ready(function() {
	$("a.lightbox").fancybox({
				'width'				: 600,
				'height'			: "60%"
	});
});
