$(function(){
	if($('.lightbox').length)
	{
		$('.lightbox').lightBox();
	}
});
