/* Accessible News Slider : Plugin Specific */
.accessible_news_slider {
	overflow: hidden;
}

.accessible_news_slider .back {
	position: absolute;
	left: 261px;
	z-index: 2;
}

.accessible_news_slider .back a,.accessible_news_slider .next a {
	display: none;
}

.accessible_news_slider .next {
	position: absolute;
	z-index: 2;
}

.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
}

.accessible_news_slider li {
	display: block;
	float: left;
	height: 135px;
	overflow: hidden;
	width: 300px;
}

/* Accessible News Slider : Plugin Specific : Theme [ Promo Home ] */
.promownd {
	width: 300px;
	position: relative;
	overflow: hidden;
}

.promownd .next {
	left: 282px;
}
