.highslide
{

cursor: url(images/highslide/zoomin.cur ), pointer;

outline: none;

}

.highslide
img {

border: 0;

}


.highslide-image
{

border: 1px solid #513803;

}



.highslide-caption
{

display: none;


font-family: Verdana, Helvetica;

font-size: 10pt;

padding: 5px;

color: #513803;
background-color: #EEDE8B;
text-align:center;

}



.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;*/   
}

.highslide-html {
    background-color: #513803;
}

.highslide-html-content {
	position: absolute;
	display: none;
}
.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;
}
a.control:link {color: #EEDE8B; text-decoration: none;}
a.control:visited {text-decoration: none; color: #EEDE8B;}
a.control:hover {text-decoration: none; color: #B3903C; }

.highslide-move {
    cursor: move;
}


.highslide-overlay {
	display: none;
}
.html-header {
	cursor: default;
	height: 18px;
	padding: 2px;
}
.highslide-display-block
{

display: block;

}

.highslide-display-none
{

display: none;

}

