a.highslide, a.highslide img {
	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
	overflow: hidden;
	float: left;
}
a.highslide:hover { 
	border: 2px solid #e10019;
}
a.highslide:hover img {
	margin: -2px;
}
.highslide { text-decoration: none; }
.highslide-wrapper div { font: 11px Arial, Helvetica, sans-serif; }
.highslide-wrapper { background: #e10019; }
.highslide-image { border: 2px solid #e10019; }
.highslide-dimming {
	position: absolute;
	background: #373534;
}
.highslide-caption {
	text-align: center;
	color: #000000;
	display: none;
	border: 2px solid #e10019;
	border-top: none;
	padding: 5px;
	background-color: #e10019;
}
.highslide-loading {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	border: 2px solid #e10019;
	background-color: #373534;
	padding-left: 24px;
	background-image: url(../js/highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}
.highslide-html-content {
	background: #000000;
	width: 680px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next { display: none; }
.highslide-header { padding: 0px 3px 1px; }
.highslide-header a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.highslide-header .highslide-move * { display: none; }
.highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}
