﻿			$(document).ready(function(){
				$(".enews_signup").colorbox({width:"200px", inline:true, href:"#enewsform", scrolling:false, opacity:.6});
				$(".movie_frame").colorbox({iframe:true, width:450, height:385, scrolling:false, opacity:.6});
				$(".movie_frame_big").colorbox({iframe:true, width:625, height:390, scrolling:false, opacity:.6});
				$(".photogal_frame").colorbox({iframe:true, width:520, height:400, scrolling:false, opacity:.6});
				$(".volunteer_map").colorbox({inline:true, href:"#volMap", width:640, height:480, scrolling:false, opacity:.6});
				$(".home_map").colorbox({inline:true, href:"#homeMap", width:520, height:400, scrolling:false, opacity:.6});
				$(".advo_frame").colorbox({iframe:true, width:800, height:750, scrolling:false, opacity:.6});
			});
			

