$(document).ready(function(){
	$('.gallery a:has(img)').colorbox();
	$(".colorbox").colorbox();
	$(".colorboxpop").colorbox({width:"500", height:"80%", iframe:true});
});
