.highslide-caption {
	background: #ffffff;
	font-size: 11px;
	color: #305474;
	text-align: left;
	padding: 11px 10px;
}
.highslide-image {
	border: 2px solid #ffffff;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 4px 4px 22px;
	border: 1px solid #fffff;
	background: #ffffff url("/img/u/highslide/loader.gif") 3px 1px no-repeat;
}
a.highslide-full-expand {
	background: url("/img/u/highslide/fullexpand.gif") no-repeat;
	display: block;
	margin: 0 10px 20px 20px;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}
.closebutton {
	position: absolute;
	top: -17px;
	right: 2px;
	width: 10px !important;
	height: 10px;
	cursor: pointer;
	background: url("/img/u/highslide/highslide-close.png") 100% 0% no-repeat;
	_behavior: url("/css/u/pngbehavior.htc");
}
.highslide-move {
  		cursor: move;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.control:hover {
    margin-top: 0;
    margin-bottom: 0;
}
.control.prev {
	float: left;
}
.control.next {
	float: right;
	margin-left: 40px;
}
.highslide-dimming {
	background: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

.controlbar {
	height: 39px;
}
.controlbar a {
	display: inline;
	float: left;
	height: 51px;
	width: 39px;
}
.controlbar .previous {
	float: left;
	background-image: url("/img/u/highslide/highslide-left.png");
	_behavior: url("/css/u/pngbehavior.htc");
	margin-left: 8px;
}
.controlbar .next {
	float: right;
	background-image: url("/img/u/highslide/highslide-right.png");
	_behavior: url("/css/u/pngbehavior.htc");
	margin-right: 13px;
}
div.overlay {
	width: 100% !important;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-display-block {
	display:block;
}

