/**
 *		KoN:  Version 1. November 2007
**/

.highslide-html {
	background-color: #686868;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
	display: none;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 1px 5px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: 999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
	cursor: move;
}
