.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    }
.highslide {
	cursor: url(http://hildebrand.jenz.cc//plugins/content/jthumbs/images/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	margin-left: 10px;
	/* border: 2px solid silver; */
}
.highslide:hover img {
	/* border-color: gray; */
}
.highslide-active-anchor img, .highslide-active-anchor:hover img {
	/* border-color: black; */
}
.highslide-image {
	text-align:right;
	border-width: 2px; 
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: normal;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.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(http://hildebrand.jenz.cc//plugins/content/jthumbs/images/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-size: 0;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
}


.highslide-controls {
}
.highslide-controls ul {
	list-style: none;<
	margin: 0;
	padding: 0;
	
}
.highslide-controls li {
	list-style: none;<
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
}

.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	display: none;
}
.highslide-move a {
	cursor: move;
}
.hidden-container {
	display: none;
}

