			$(document).ready(function(){

				$(".mapbox").colorbox({width:"95%", height:"95%", iframe:true});
				$(".gallery").colorbox({width:"960px", height:"610px'", iframe:true});
				$("a[rel='slideshow']").colorbox({slideshow:true, width:"95%", height:"95%"});
				$("a[rel='image']").colorbox({transition:"fade"});
				
				$(".weddings").colorbox({width:"677px", height:"300px", iframe:true});
				
				$(".popup1").colorbox({width:"auto", inline:true, href:"#double"});
				$(".popup2").colorbox({width:"auto", inline:true, href:"#twin"});
				$(".popup3").colorbox({width:"auto", inline:true, href:"#triple"});
				$(".popup4").colorbox({width:"auto", inline:true, href:"#family"});
				$(".popup5").colorbox({width:"auto", inline:true, href:"#suite"});

				$("#click").click(function(){ 
					$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
					return false;
				});
			});
			
			
			

				


