




/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 0px 0px 0px;
}

.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
display: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}


.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}








.highslide-wrapper, .highslide-outline {
	background: #999;
}
.highslide img {
	border: 0px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: 1px solid #000000;
}
.highslide-caption {
	padding: 5px;
	border-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-color: #008000;
	border-style: solid;
}
.highslide-loading {
	color: black;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	background-image: none;
}

.highslide-html {
	background: none;
}
.highslide-header .highslide-move {
	display: none;
}
.highslide-header .highslide-close {
	display: none;
}
.highslide-footer {
	display: none;
}
