jQuery(document).ready(function() {

    jQuery('a.photoGalleryClass').colorbox({
         
    });

});