.highslide-html 
{
	background-color: white;
}
.highslide-html-blur {
	border: 0px solid ;
 
}
.highslide-html-content {
	position: absolute;
	display: none;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

.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;
}

