.highslide-html {
	background-color: white;
		z-index: 130;
}

.highslide-html-content {
	position: absolute;
	display: none;
}

.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;
	z-index: 130;
}

.control {
	float: right;
	display: block;
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}

.control:hover {
	color: black !important;
}

.highslide-move {
	cursor: move;
}

.highslide-display-block {
	display: block;
	z-index: 130;
}

.highslide-display-none {
	display: none;
}
