/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {width:720px;
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.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: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}



/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual {background:url(/biz/dg/image/background/top_slider.png) repeat-x;
	width: 740px;
}

.business_as_usual .back {padding-top:10px; margin:0; float:left;
}

.business_as_usual .next {padding-top:10px; margin:0; float:right;
}

.business_as_usual .view_all {font-size:12px; width:740px;
	border-bottom: 1px dotted #ddd;
	margin:0 0 0 0;
	padding:8px 0;
	text-align: center;
}
.business_as_usual li {
	padding: 10px 0 5px 0;
	overflow: hidden;
	width: 240px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {text-align:left;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}
