.highslide {
	text-decoration: none;
}
.highslide-caption {
	display: none;
	border-top: 0px none;
	font-size: 12px;
	padding: 15px;
	background: #FFFFFF;
	margin: 0px;
	border-style: none;
	border: 0;
	text-align: left;
}
.highslide img {
	border: 1px solid #FFFFFF;
}
.highslide:hover img {
	border-color: red;
}
.highslide-container div {
	font-size: 12px;
}
.highslide-container table {
	background: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: red;
	visibility: visible;
	cursor: default;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
a.highslide-full-expand {
	background: url(../systemblok/blok-album/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-loading {
	display: block;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: #FFFFFF;
	padding-left: 22px;
	background-image: url(../systemblok/blok-album/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: red;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 1px solid #FF0000;
}
.colored-border .highslide-caption {
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.colerred {
	color: #FF0000;
	font-weight: bold;
}

