.highslide-dimming {
	width:100%;
	position: absolute;
	background: white;
}

.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #878787;
}
.highslide:hover img {
	border: 1px solid #000000;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	padding: 5px;
	background-color: white;
}
.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(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(graphics/controlbar4.gif);
	width: 125px;
	height: 25px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 25px;
}
.controlbar a:hover {
	background-image: url(graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 30px;
}
.controlbar .next {
	width: 30px;
	background-position: -30px 0;
}
.controlbar .printer {
	width: 20px;
	background-position: -60px 0;
}
.controlbar .highslide-move {
	width: 20px;
	background-position: -80px 0;
}
.controlbar .close {
	width: 25px;
	background-position: -100px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
img.hs_thumb { 
	margin-right:20px; 
	margin-bottom:20px; 
	border:1px solid #878787;
}
.hs_small {
	font-size: 9px;
	font-family: Arial, Verdana;
	color: #CCCCCC;
}

.rangename {
	margin-top:17px;
	background-image: url(../../highslide/graphics/range.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #84848C;
	width: 125px;
	height: 25px;
	padding-left:4px;
	text-align: left;
}
.imagecounter {
	margin-top:17px;
	font-family: Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	padding-top:6px;
	padding-left:10px;
	width: 115px;
	height: 25px;
	text-align: left;
	
}
