
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide-wrapper {
}

.highslide img {
	border-color: #333333;
}
.highslide:hover img {
	border-color: #FFFFFF;
}
.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-gallery .highslide-active-anchor img {
	visibility: visible;
	cursor: default;
}

.highslide-dimming {
	position: absolute;
}

a.highslide-full-expand {
   background: url(/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/assets/graphics/close.png);
}

.borderless .highslide-image {
	border: none;
}