/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p,
.accessible_news_slider h2,
.accessible_news_slider h3 {
	margin: 0;
	padding: 0;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	width: 545px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: 546px;
	margin: 0;
	margin-top: -35px;
	padding: 0;
	list-style-type: none;
	z-index: 1;
	overflow: hidden;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	background: transparent !important;
}

.view_all {
	text-align: center;	
}

.view_all a {
	text-align: center;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.accessible_news_slider h2 {
	background: url(../cms_images/stoerer_blank-trans.png) no-repeat top left;
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 94px;
	line-height: 92px;
	margin-left: 15px;
	padding-right: 4px;
	text-align: center;
	width: 90px;
}

.accessible_news_slider li p {
	font-size: 16px;
	line-height: 21px;
	float: left;
	width: 546px;
}

#mistakes-headline {
	height: 55px;
	width: 546px;
	overflow: hidden;
	text-indent: -999em;	
}

.de #mistakes-headline {
	background: url(../cms_images/mistakes-headline.png) no-repeat;
}

.en #mistakes-headline {
	background: url(../cms_images/mistakes-headline-en.png) no-repeat;
}