Вам нужно поставить rel в настройках для colorbox.
Так что вместо
jQuery('a.gallery').colorbox({ opacity:0.5, maxWidth:"90%", maxHeight:"90%"});
вам нужно сделать что-то вроде
jQuery('a.gallery').colorbox({ opacity:0.5, maxWidth:"90%", maxHeight:"90%", rel:"group1" });