.highslide {
	cursor: url(/scripts/highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	border: 0;
	border-bottom: 0px solid #fff;
}
.highslide:hover img {
	border: 0;
	border-bottom: 0px solid #a4a4a4;
}

.highslide-image {
		cursor: pointer; /* opera */
	cursor: url(/scripts/highslide/graphics/zoomout.cur), pointer;
		border: 0px solid #fff;
}
.highslide-image-blur {
		cursor: pointer;
		cursor: hand;
}
.highslide-caption {
	display: none;
	border: 0px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	text-align:center;
	padding: 5px;
	background: white;
}

.highslide-caption h3 {
	margin: 3px 7px 3px 7px;
	padding: 0;
	color: #885914;
	font: .9em verdana, sans-serif;
}

.highslide-caption p {
	margin: 0px 7px 4px 7px;
	padding: 0;
	font: .8em/1.3em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;	
}

.highslide-html {
	background-color: white;
	border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
	display: none;
	padding: 10px;
}
.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;*/   
}
.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;
}

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