// Controls jQuery Colorbox Pop-up Window Sizes
$(document).ready(function(){
	$(".cb_cm_public").colorbox({width:"600px", height:"500px", iframe:true});
	$(".cb_event_public").colorbox({width:"80%", height:"80%", iframe:true});
	$(".cb_acudir").colorbox({width:"80%", height:"80%", iframe:true});
	$(".cb_650px").colorbox({width:"650px", height:"400px", iframe:true});
	$("a[rel='example1']").colorbox();
	$("a[rel='example2']").colorbox();
	$("a[rel='example3']").colorbox();
	$("a[rel='example4']").colorbox();
	$("a[rel='example5']").colorbox();
});
