$(document).ready(function(){

	$("a[rel='group']").colorbox({photo: true});
	$(".single").colorbox();

});



















