$(document).ready(function() {
	

	if(typeof $('a.lightbox').fancybox == 'function') {
		$('a.lightbox').fancybox();
	}


});

