$(document).ready(function() {
    $('a.lightbox').lightBox();
    $('.productimagelink').lightBox();
});

