/* layout */
.panorama, .panorama-view {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.panorama, .panorama-container {
	position: relative;
}
.panorama-container img {
	height: 100%;
	position: absolute;
	top: 0;
}
.panorama .info, .panorama-view .area {
	position: absolute;
	display: block;
}

/* style */
.panorama-view {
/*	cursor: url(../images/openhand.cur), default;*/
}
.panorama-view.grab {
/*	cursor: url(../images/closedhand.cur), default;*/
}
.panorama .info {
	padding: 6px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	background-color: #000;
	color: #fff;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
}
.panorama .info:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.panorama-view .area {
	background: url("../images/bgTransparent.png");
	cursor: pointer;
	overflow: hidden;
}
.panorama-view .area:hover {
}
.panorama-view a, .panorama-view a:link, .panorama-view a:visited {
	color: white;
	text-decoration: none;
	word-wrap: break-word;
	padding-top: 7px;
	padding-left: 7px;
}
.panorama-view a:hover {
	color: white;
}
.panorama-view img {
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/*artd some css changes*/
.panorama .topCaption {
	top: 10px;
}
.panorama .rightCaption {
	right: 10px;
}
.panorama .bottomCaption {
	bottom: 10px;
}
.panorama .leftCaption {
	left: 10px;
}
.rightButton, .leftButton {
	float:left;
	margin: 10px;
	padding: 10px;
	color: white;
	font-weight: bold;
	background: #8EBB1E;
}
.rightButton:hover, .leftButton:hover {
	cursor: pointer;
}
.mod_jquery_reel_clear {
	clear: both;
}
a.circle {
	padding: 0;
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
}
.description_layer {
	display: block;
	position: absolute;
	padding: 10px;
	left: 120px;
	top: 192px;
	background: yellow;
}
.description_layer a:hover  {
	background: none !important;
}
a.circle:hover, a.circle:active, a.circle:focus {
	background-color: transparent !important;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	width: 100%;
	height: 100%;
}
.round {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}