$(document).ready(function() {

// add rel attribute to gallery links
$('.gallery dl dt a').attr('rel','photoGallery');
$('a[rel="photoGallery"]').colorbox({slideshow:true, transition:'elastic', slideshowSpeed: 3500});

});
