// Controls jQuery Colorbox Pop-up Window Sizes
$(document).ready(function(){
	$(".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});
	$(".cbvideo").colorbox({width:"530px", height:"340px", iframe:true});
	$(".enlarge800").colorbox({width:"875px", height:"90%", iframe:true});
	$(".enlarge500").colorbox({width:"575px", height:"700px", iframe:true});
	$(".enlarge700").colorbox({width:"700px", height:"90%", iframe:true});
	$(".enlarge").colorbox({width:"90%", height:"90%", iframe:true});
});
