#wrapper {
	margin: 0 auto;
}

#referenzen {
	margin-left: 20px;
	margin-top:0px;
	width: 494px;
	height: 180px;
	background: url('/data/downloads/Referenzen_HG.jpg') no-repeat center top;
}

/* Slideshow
   -------------------------------- */
div.slideshow-head {  
  width: 100%;
  height: 25px;
}

div.slideshow {
	position: relative;
  float:left;
	width: 440px;
	height: 125px;
}

div.slideshow-button-left {
	background: url('../images/ref-previous.gif') no-repeat left center;
  float:left;
  width: 25px;
	height: 120px;
	cursor: pointer; cursor: hand;
	z-index: 999;
}

div.slideshow-button-right {
	background: url('../images/ref-next.gif') no-repeat left center;
	float:right;
  width: 27px;
	height: 120px;
	cursor: pointer; cursor: hand;
	z-index: 999;
}

.slideshow div {
	float: left;
	height: 1px;
	width: 1px;
	cursor: pointer; cursor: hand;
}

.ie .slideshow div {
	zoom: 1;
}

.slideshow div {
	border: 1px solid #666;
}


.slideshow div:hover {
	border: 1px solid #666;
	/*opacity: 1 !important;*/
}

.slideshow div img {
	height: 100%;
	width: 100%;
}

.slideshow div.shadow {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
}

.ie .slideshow div.shadow {
	display: none;
}