jQuery(document).ready(function() {
	jQuery('a[rel=set_1]').colorbox({slideshow:true});
	jQuery('a[rel=set_2]').colorbox({slideshow:true});
});
