    $(function() {
    					 $('#portfolio-thumbs a.enlarge-button').lightBox(); // Select all links in object with gallery ID
    					 $('#portfolio-thumbs a.enlarge-thumb').lightBox(); // Select all links in object with gallery ID
    });