/** 
 * Slideshow style rules.
 */

#pageContainer {
	position:relative;
	margin:0 auto;
	width:920px;
	height:478px;
}

#slideshow {
	margin:0 auto;
	width:920px;
	height:478px;
	position:relative;
	top:-16px;
}

#slideshow #slidesContainer {
	margin:0 auto;
	width:920px;
	height:478px;
	overflow:hidden; /* allow scrollbar */
	position:relative;
}

#slideshow #slidesContainer .slide {
	position:relative;
	margin:0 auto;
	width:920px;
	height:478px;
	overflow:hidden;
	color:#3f3f3f;
}

.subslide {
	position:absolute;
	margin:0 auto;
	width:460px;
	height:478px;
	overflow:hidden;
	float:left;
}

.subtext {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

.subimg {
	position:absolute;
	left:0px;
	top:0px;
}

.control {
	display:block;
	width:40px;
	height:478px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}

#leftControl {
	top:0;
	left:-40;
	background:transparent url(../image/parker_aktion/elemente/pfeil_parker_links.gif) no-repeat 0 0;
}

#rightControl {
	top:0;
	right:-40;
	background:transparent url(../image/parker_aktion/elemente/pfeil_parker_rechts.gif) no-repeat 0 0;
}






a.languageP {
	color: #000000;
	text-decoration: none;
}

a.languageP:link 	{  	}
a.languageP:visited	{	}
a.languageP:hover	{	color: #58AB27;	}
a.languageP:active	{	}

a.languagePactive	{
	color: #58AB27;	
}

a.nounderline {
	text-decoration: none;
}

