$(document).ready(function(){
		
	$("a.video-home").colorbox({width:"600px", height:"400px", iframe:true});
	$("a.elmo").colorbox({iframe:true, width:650, height:550});
	$("a.schoolmessage").colorbox({iframe:true, width:654, height:450});
	$("a.psa").colorbox({iframe:true, width:650, height:450});
	$("a.psa_flumist").colorbox({iframe:true, width:500, height:300});
	$("a.psa_musicvideo").colorbox({iframe:true, width:500, height:300});
	$("a.musicvideo").colorbox({iframe:true, width:570, height:387});
	$("a.radio").colorbox({iframe:true, width:400, height:150});
	$("a.cdc").colorbox({iframe:true, width:513, height:442});
	$("a.flumist").colorbox({iframe:true, width:688, height:320});
	
});
