/* CSS Document */
.panoWrap {
	width: 98%;
	margin: 0;
	padding: 4px;
}

.panoHole {
	width: 100%;
	height: 600px;
	height: 100%;
	z-index: 2;
	margin: 0 auto;
}

#zoomHole {
	width: 100%;
	height: 100%;
	z-index: 3;
}

.pano_tags {
	display: none; 
	white-space: nowrap; 
	font-size: 10px; 
	position: absolute; 
	border: 1px solid #eeeeee;
 	background: #ffffff;
	padding: 2px;
	background-image:url(/img/arrowul.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	padding-left: 18px;
}
.panoMenu {
}

#showHideSet {
	display: block;
}
#showHideSet span.ui-button-text {
	display: inline-block;

}
.taglist {
	padding: 10px;
}
#ribbon {
	width: 90px;
	height: 600px;
	overflow: auto;
}
#ribbon img {
	margin: 2px;
	vertical-align: top;
}
#ribbon img.currentAsset {
	border: 2px dotted #ff0000;
}

.hidden, .hidden .hidden .discuss_link, .hidden legend, .markerlink {
	display: none;
}

div.hidden {
	max-height: 400px;
	max-width: 400px;
	overflow: auto;
}
.otherTags {
	max-height: 120px;
	overflow: auto;
}
#zoomHole span img {
	cursor: pointer;
}
span.PropertyLink {
	color:#333333;
}
