$(function(){
	
	$('.error').hide();

	$("a[rel='brochure']").colorbox();
	$("a[rel='gallery_photo']").colorbox();
});