/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid #666666;
}
.colored-border .highslide-caption {
	border: 2px solid #666666;
	border-top: none;
}

.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../img/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

.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(../img/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
