/* CSS Document */

/* * {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
} */
.highslide {
	cursor: url(../js/hs_graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-active-anchor img.stayvisible {
	visibility: visible;
}
.highslide-wrapper, .highslide-outline {
	background: #444444;
} 
img.highslideThumb {
	height: 90px;
	width:120px;
	margin: 0 5px 6px 1px;
	padding: 0;
	display: block; float: left;
} /* vormals: 87x116; 0 7 10 3*/

.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
	border: 10px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
	font-size:69%;
	line-height: 135%; 
	display: none;
    border: 5px solid #444444;
    border-top: none;
	padding: 5px;
    background-color: #444444;
}
.highslide-caption p{
	color: #CCC;
	margin: 0;
}
.highslide-caption .titel{
	font-weight:bold;
}
.highslide-dimming {
background: #222222;
position: absolute;
} 
a.highslide-full-expand {
   background: url(../js/hs_graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 4px 0 0 4px;
   width: 34px;
   height: 34px;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
     /*
   */
    padding-left: 22px;
    background-image: url(../js/hs_graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}


.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(../js/hs_graphics/controlbar.gif);
	width: 120px;
	height: 30px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 30px;
}
.controlbar a:hover {
	background-image: url(../js/hs_graphics/controlbar-hover.gif);
}
.controlbar .previous {
	width: 40px;
}
.controlbar .next {
	width: 40px;
	background-position: -40px 0;
}
.controlbar .close {
	width: 40px;
	background-position: -80px 0;
}


.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



