.fotogalerie a {
	display: block;
	float: left;
}
.fotogalerie img{
	display: block;
}
.fotogalerie .big {
	margin-bottom: 10px;
}
.fotogalerie .big img{
	width: 260px;
	cursor: pointer;
}
.fotogalerie .slider {
	float: left;
	overflow: hidden; 
	position: relative; 
	width: 230px; 
	height: 75px !important;
}
.sliderbutton {
	float: left;
	width: 15px;
	height: 75px;
	border: none;
	cursor: pointer;
}
.prev-slide {
	background: url('../img/slider-button-left.png') no-repeat left top;
}
.prev-slide:hover {
	background: url('../img/slider-button-left.png') no-repeat left bottom;
}
.next-slide {
	background: url('../img/slider-button-right.png') no-repeat right top;
}
.next-slide:hover {
	background: url('../img/slider-button-right.png') no-repeat right bottom;
}
.fotogalerie .slider ul {
	margin: 0px; 
	padding: 0px;
	height: 75px;
}
.fotogalerie .slider ul li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0px 5px 0px 0px;
	text-align: center;
	line-height: 57px;
	background: none;
	padding: 0px;
	height: 75px;
}
#aktive-img {
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -12px;
	width: 25px;
	height: 15px;
	z-index: 1;
	background: url('../img/galerie-arrow.png') no-repeat center center;
}
.fotogalerie .slider ul li a{
	display: block;
}
.fotogalerie .slider ul li.aktive {
	opacity: .75;
	filter:alpha(opacity=75);
	border: 3px solid #003c73;
	overflow: hidden;
	height: 69px;
}
.fotogalerie .slider ul li.aktive a {
	overflow: hidden;
	height: 69px;
}
.fotogalerie .slider ul li.aktive img {
	margin: -3px;
}
.fotogalerie .slider ul li img {
	height: 75px;
}