* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.highslide-html {
    background-color: black;
}
.highslide-html-content {
	position: absolute;
    display: none;
}


.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
    background-color: black;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.control:hover {
	color: #fc8703 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.highslide-move {
    cursor: move;
}

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

