.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 0px;
}
.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 {
  position: relative;
	margin: 0;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align:right;
	padding:5px 10px;
	margin:0;
}

.control a {
	color: #999;
}

.control a:hover {
	color: black;
}

.highslide-move {
    cursor: move;
}

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

