$('document').ready(function() {
    $('div.gallery a').attr('rel', 'group-these-photos');
    $('div.gallery a').colorbox({width: '75%', height: '75%', transition: 'elastic', slideshow: true, slideshowAuto: false});
});
