.highslide {cursor: url(highslide/graphics/zoomin.txt), pointer; outline: none;}
.highslide img {border: 1px solid #000000;}
.highslide:hover img {border: 1px solid #990000;}
.highslide-image {border: 2px solid #000000;}
.highslide-caption {
    display: none;    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 8pt;
    padding: 5px;
    background-color: white;
}
.highslide-caption span {float: left;}
.highslide-caption a {
	float: right;
	margin: 0 5px;
	color: #000000;
	font-size: 8pt;
    font-weight: bold;
}
.highslide-caption a:hover {color: #990000;}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
.highslide-display-block {display: block;}
.highslide-display-none {display: none;}
