#slideshow_container {
	height:					250px;
	position:				relative;
	background:				#fff url(../images/bg_slideshowimage_raeume.jpg) no-repeat;
}
#slideshow_container.buehnen {
	background:				#fff url(../images/bg_slideshowimage_buehnen.jpg) no-repeat;
}
#slideshow_container.waende {
	background:				#fff url(../images/bg_slideshowimage_waende.jpg) no-repeat;
}
#slideshow_container.raeume {
	background:				#fff url(../images/bg_slideshowimage_raeume.jpg) no-repeat;
}
#slideshow_overlay {
	position:				absolute;
	top:					0px;
	left:					0px;
	width:					999px;
	height:					250px;
	background:				url(../images/bg_slideshow_overlay.png) no-repeat;
	z-index:				10;
}
#slideshow_container.buehnen #slideshow_overlay {
	background:				url(../images/bg_slideshow_overlay_buehnen.png) no-repeat;
}
#slideshow_container.waende #slideshow_overlay {
	background:				url(../images/bg_slideshow_overlay_waende.png) no-repeat;
}
#slideshow_container.raeume #slideshow_overlay {
	background:				url(../images/bg_slideshow_overlay_raeume.png) no-repeat;
}
#slideshow_container.buehnen_en #slideshow_overlay {
	background:				url(../images/bg_slideshow_overlay_buehnen_en.png) no-repeat;
}
#slideshow_container.waende_en #slideshow_overlay {
	background:				url(../images/bg_slideshow_overlay_waende_en.png) no-repeat;
}
#slideshow_container.raeume_en #slideshow_overlay {
	background:				url(../images/bg_slideshow_overlay_raeume_en.png) no-repeat;
}

#slideshow_content {
	margin:					0px;
	position:				relative;
}
#slideprev {
	position:				absolute;
	top:					65px;
	left:					0px;
	z-index:				10;
	display:				block;
	width:					24px;
	height:					70px;
	background:				url(../images/bg_slideshow_prev.gif) no-repeat;
}
#slidenext {
	position:				absolute;
	top:					65px;
	right:					0px;
	z-index:				10;
	display:				block;
	width:					24px;
	height:					70px;
	background:				url(../images/bg_slideshow_next.gif) no-repeat;
}
div.slideimage {
	float:					left;
	width:					499px;
	height:					250px;
}
div.slideimage.first {
	margin-right:			1px;	
}

#slideshow_offer {
	position:				absolute;
	bottom:					0px;
	right:					40px;
	padding:				15px;
	background:				url(../images/bg_overlay.png) bottom repeat-x;
	z-index:				100;
}
* html #slideshow_offer {
	width:					285px;
}

#slideshow_container.buehnen #slideshow_offer, #slideshow_container.buehnen_en #slideshow_offer {
	background:				url(../images/bg_overlay_buehnen.png) bottom repeat-x;
}
#slideshow_container.waende #slideshow_offer, #slideshow_container.waende_en #slideshow_offer {
	background:				url(../images/bg_overlay_waende.png) bottom repeat-x;
}
#slideshow_container.raeume #slideshow_offer, #slideshow_container.raeume_en #slideshow_offer {
	background:				url(../images/bg_overlay_raeume.png) bottom repeat-x;
}

#slideshow_offer_content {
	background:				#fff;
	padding:				0px;
	max-width:				300px;
	z-index:				200;
}
#slideshow_offer_content .title {
	padding:				10px;
	padding-bottom:			5px;
	color:					#891010;
	font-size:				1.3em;
	text-transform:			uppercase;
	float:					left;
	max-width:				150px;
}
#slideshow_offer_content .price {
	padding:				10px;
	padding-bottom:			5px;
	color:					#891010;
	font-size:				1.3em;
	float:					left;
	text-align:				right;
	max-width:				150px;
}
#slideshow_offer_content .image {
	float:					right;
	border:					1px solid #b9af94;
}
#slideshow_offer_content img {
	margin:					0px;
	padding:				0px;
	display:				block;
}
#slideshow_offer_content div.link {
	text-align:				right;
	margin-right:			110px;
}
div.link a.more {
	padding-left:			12px;
	background:				url(../images/bg_randomoffer_a_more.gif) 0px 5px no-repeat;
	color:					#333;
}

#slideshow_offer_content .content {
	padding:				10px;
	padding-bottom:			0px;
}