.highslide-body
{
}


* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	background-image:url(style/bg_prove_hs.jpg);
background-repeat:no-repeat;
}

.highslide-html-content p{

}


.highslide-html-content a:link, visited, active, hover{
color:#000000;
text-decoration:none;
font-weight:bold;
}

.highslide-html-content a:visited{
color:#000000;
text-decoration:none;
font-weight:bold;
}
.highslide-html-content a:active{
color:#000000;
text-decoration:none;
font-weight:bold;
}
.highslide-html-content a:hover{
color:#000000;
text-decoration:none;
font-weight:bold;
}


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

.control {
	float: right;
    display: block;
    /*position: relative;*/
	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;
}