// These are items that we wish to open with colorbox
$(document).ready(function(){

	// Items
	$(".charles-townes").colorbox({iframe:true, width:825, height: 590});
	$(".boom-belt").colorbox();
	
});