$(document).ready(function(){
	$(function() {
        $('.gallery a').not(".nolightbox").lightBox();
    });
});
