.highslide-html {
	background-color: white;
	border: 2px solid black;
}
			
.highslide-html-content {
	position: absolute;
    display: none;
}
			
.highslide-wrapper .highslide-html-content {
	width: 400px;
	height: 450px;
	background-color:white;
	padding: 0 5px 5px 5px;
}

 .highslide-wrapper .highslide-close{
 	position:relative;
	z-index:2;
	float: right;
	height: 13px;
	width: 13px;
	background: url(../i/close.gif);
	top:5px;
 }
 
.highslide {
	cursor: url(./i/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide img {
	border: 3px solid black;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
	border: 3px solid white;
}

.highslide-caption {
    display: none;
	background-color: black;
	width: 100%;
	padding: 3px 0 5px;
}

.highslide-caption a{
	color: white;
	border-bottom: 1px dotted white;
	font-size: 0.8em;
	margin-left: 10px;
}
.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;
    padding-left: 22px;
    background-image: url(./i/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-full-expand {
	background: url(./i/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


