.highslide-dimming {
	background: black;
	position: absolute;
	width: 100%;
	visibility: hidden;
}

.highslide-html {
 background-color:#ffffff;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 10px;
}
.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;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.control {

	float: left;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: white !important;
	background-color:transparent;
	font-size: 9pt;
}
.highslide-move {
    cursor: move;
	width:110px;
	margin-bottom:5px;
	border: 0; 
	height: 15px;
}

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

