// Lightbox
$(function() 
{

    $('#product_pictures_container a').lightBox();

});
