var allOpen = false;
$(document).ready(function(){
	// CALLOUTS
	$('a.thumb_float, a.thumb_center').colorbox({opacity:.7});

});
