.prev {
	text-decoration: none;
	display: block;
	float: left;
	border: 0px;
}

.prev:hover {
	background: url(bilder/layout/galerie_prevlabel.gif) left 50% no-repeat;
}

.prev_thumb {
	visibility: hidden;
	float: left;
}

.prev:hover {visibility: visible;}

.next {
	text-decoration: none;
	display: block;
	float: right;
	border: 0px;
}

.next:hover {
	background: url(bilder/layout/galerie_nextlabel.gif) right 50% no-repeat;
}

.next_thumb {
	visibility: hidden;
	float: right;
}

.next:hover {visibility: visible;}

.clear {
	clear: both;
}

.thumb {
	position: static;
	line-height: 0px;
	margin: 1px;
	padding: 0px;
	background-color: #000000;
	border: 0px;
}

#img_box {
    background-color: rgb(157,144,98); /* Needed for IEs */
    -moz-box-shadow: 0px 0px 10px rgba(157,144,98,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(157,144,98,0.6);
    box-shadow: 0px 0px 10px rgba(157,144,98,0.6);
    zoom: 1;
}