// Controls jQuery Colorbox Pop-up Window Sizes
$(document).ready(function(){
	$(".cbvideo").colorbox({width:"530px", height:"340px", iframe:true});
	$(".cbpopup").colorbox({width:"800px", height:"500px", iframe:true});
	$(".cb_cm_public").colorbox({width:"80%", height:"80%", iframe:true});
	$(".cb_event_public").colorbox({width:"80%", height:"80%", iframe:true});
	$(".cb_acudir").colorbox({width:"80%", height:"80%", iframe:true});
	$(".enlarge500").colorbox({width:"425px", height:"700px", iframe:true});
});
