#bubble {
	margin: 25px; 
	width: 276px; 
	height: 235px;
}
.activetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bubble-tab-background-selected.png",sizingMethod="crop");
	background-image: url("../images/bubble-tab-background-selected.png");
	z-index: 101;
}
.nonactivetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bubble-tab-background.png",sizingMethod="crop");
	background-image: url("../images/bubble-tab-background.png");
}
.tab1 {
    border-style: none;
    height: 33px;
    left: 2px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
    width: 74px;
    z-index: 101;
}

.tab1label {
    color: #666666;
    cursor: pointer;
    font-family: 'matterhorn_serifregular',Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 33px;
    left: 3px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 74px;
    z-index: 102;
}
.tab2 {
	width: 74px; 
	height: 33px; 
	position: absolute; 
	left: 75px; 
	top: 2px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	z-index:101;
}
.tab2label {
    color: #666666;
    cursor: pointer;
    font-family: 'matterhorn_serifregular',Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 33px;
    left: 75px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 74px;
    z-index: 102;
}
.tab3 {
	width: 74px; 
	height: 33px; 
	position: absolute; 
	left: 148px; 
	top: 2px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	z-index:101;
}
.tab3label {
    color: #666666;
    cursor: pointer;
    font-family: 'matterhorn_serifregular',Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 33px;
    left: 148px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 74px;
    z-index: 102;
}
.bubble_close {background:none; width:17px; height:16px; position:absolute; left: 278px; top:42px; z-index: 101; border-style: none;  padding: 0px; margin: 0px; cursor: pointer;}
.mainbubble {
	width: 305px; 
	height: 303px; 
	position: absolute; 
	left: 0px; 
	top: 32px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}

.mainbubblecontent {
    height: 185px;
    left: 15px;
    position: relative;
    top: 37px;
}
.mainbubblelocationname {font-size:12px;  margin-bottom:0.1em;	padding-right:15px; color:#069;}
.mainbubbletabcontent {
	margin-top: 0.2em; 
	position: relative; 
	width: 266px; 
	overflow: hidden;
	font-size: 12px;
}
.tab_content { color:#777; font-weight:normal; height: 275px; overflow-y: auto; overflow-x: hidden}
.tab_content a{ text-decoration:none; color: #3095b4;}
.activetabcontent {
	display: show;
	z-index: 1001;
}
.activetablabel {
	color: #3095b4;
}

.nonactivetabcontent {
	display: none;
}

.go { background:url(../images/mapicon.png) left top no-repeat; width:24px; font-size:12px; font-weight:normal; color:#fff;  border:0px; height:21px; padding-bottom:3px; }

.disney_facebook {
	background: url(../images/facebook.png);
	height: 21px;
	width: 20px;
}
