// Contains logic for enlarging/slideshow photos in event details

$(document).ready(function(){

	$("a[rel='do-photos']").colorbox();

});
