$(document).ready(function() {
	initLightBox();
});
function initLightBox() {
	$('a.lightbox-opener').fancybox();
};

