$(document).ready(function(){
	// SET UP COLORBOX
	$("a[rel='openpic']").colorbox({transition:"fade", width:"75%", height:"75%"});
	$("a[rel='openfile']").colorbox({width:"80%", height:"80%", iframe:true});
	$("a[rel='openalert']").colorbox({iframe:true, innerWidth:425, innerHeight:344});
	$("a[rel='openrequired']").colorbox({iframe:true, innerWidth:425, innerHeight:344});

});
