/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	background: black;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: none;
	background: black;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	background: black;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-loading {
	display: block;
	height: 16px;
	width: 16px;
	padding: 3px;
	background-image: url('../images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
a.highslide-credits,
a.highslide-credits i {
	height: 0.1px;
	width: 0.1px;
	overflow: hidden;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.hidden-container {
	display: none;
}