.highslide-html {
	background-color: black;
}
.highslide-html-content {
	position: absolute;
	display: none;
	visibility: hidden;
	background-color: black;
	color: white;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-caption {
    display: none;
    color: white;
    border: none;
    border-top: none;
    font-size: 10pt;
    padding: 5px;
    background-color: black;
}

.control {
	float: right;
	display: block;
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a:link.control, a:visited.control {
	color: #666;
}
.control:hover {
	color: #444 !important;
}
.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
