.highslide {
	cursor: url(../images/graphics/zoomin.cur);
    outline: none;
}

.highslide-html {
	background-color: #FFFFFF;
}

.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;										/* HIER*/
}

.highslide img {
	border: 0;
}

.highslide-image {
    border: 0;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 0;
    border-top: none;
    font-size: 10pt;
    padding: 5px;
    background-color: #FFFFFF;									/* HIER*/
}
.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;
}
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: #FFFFFF;									/* HIER*/
}



.highslide-overlay {
	display: none;
}



/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


/* GALERIE WEITER*/
a.galerievor {
    width: 18px;
	height: 18px;
    background: url(../images/hs_weiter_off.png) no-repeat #FFFFFF;
	display: block;
	float:right;
	margin:5px;
}
a.galerievor span {
    display: none;
}

/* GALERIE ZURUECK*/
a.galeriezurueck {
    width: 18px;
	height: 18px;
    background: url(../images/hs_zurueck_off.png) no-repeat #FFFFFF;
	display: block;
	float:right;
	margin:5px;
}
a.galeriezurueck span {
    display: none;
}

/* GALERIE SCHLIESSEN*/
a.galerieschliessen {
    width: 18px;
	height: 18px;
    background: url(../images/hs_schliessen_off.png) no-repeat #FFFFFF;
	display: block;
	float:right;
	margin:5px;
}
a.galerieschliessen span {
    display: none;
}

/* GALERIE VERSCHIEBEN*/
.highslide-move  {
    cursor: move;
	width: 15px;
	height: 15px;
	background: url(../images/galerie/drag.gif) #FFFFFF;
	display: none;
	float:right;
}

.highslide-move span {
    display: none;
}