// FANCY BOX
$(document).ready(function() {
	$("a.lightbox").fancybox();
});
