﻿			$(document).ready(function(){
				$(".enews_signup").colorbox({width:"240px", inline:true, href:"#enewsform", scrolling:false, opacity:.6});
				$(".movie_frame").colorbox({iframe:true, width:450, height:385, scrolling:false, opacity:.6});
				$(".photogal_frame").colorbox({iframe:true, width:520, height:400, scrolling:false, opacity:.6});

			});
			
