$(document).ready(function(){
	if($('.lightbox')) {
		$(".lightbox").lightbox();
    }
});
