photoWidget = function() {
    $('#gallery_thumbs a').lightBox(); // Select all links in object with gallery_main ID
    $('#gallery_main a').removeAttr("href");
}
$(document).ready(function(){
	photoWidget()
});
