#show {
	position: relative;
	height: 327px;
	margin-top: 16px;
}

#slideshow {
	position: absolute;
	background-color: #000;
	height: 323px;
	width: 765px;
	top: 8px;
	z-index: 10;
}

#slideshow img {
	position: absolute;
	top: -8px;
	z-index: 10;
	opacity:0;
}

#slideshow .active {
	z-index: 20;
}

#arrowRight {
	position: absolute;
	top: 150px;
	right: 18px;
	cursor: pointer;
	z-index: 20;
}

#arrowLeft {
	position: absolute;
	top: 150px;
	cursor: pointer;
	display: none;
	z-index: 20;
}

#slideshowText {
	width: 783px;
	margin-top: 35px;
	height: 50px;
}

#slideshowText p {
	opacity: 0;
	position: absolute;
	width: 783px;
	text-align: center;
    font-size: 14px;
}

#rahmenTop {
	background-image: url('../images/rahmen/homeTop.png');
	width: 781px;
	height: 59px;
	position: absolute;
	top: -14px;
	left: -10px;
}

#rahmenRight {
	background-image: url('../images/rahmen/homeRight.png');
	background-repeat: repeat-y;
	height: 277px;
	width: 10px;
	position: absolute;
	right: 10px;
	top: 43px;
}

#rahmenBottom {
	background-image: url('../images/rahmen/homeBottom.png');
	height: 15px;
	width: 800px;
	position: absolute;
	bottom: -6px;
	left: -10px;
}

#rahmenLeft {
	background-image: url('../images/rahmen/homeLeft.png');
	background-repeat: repeat-y;
	height: 277px;
	width: 10px;
	position: absolute;
	left: -10px;	
	top: 43px;
}

.rahmen {
	position: absolute;
	background-repeat: no-repeat;
	z-index: 20;
}


