$(document).ready(function(){
	$('.gallery a:has(img)').colorbox();
	$(".colorbox").colorbox();
});
