/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li, .accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
	width: 260px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.accessible_news_slider {
	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: right;
	display: inline;
	width: 200px;
}
/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual {
	width: 690px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	top: 0px;
}
.business_as_usual a {
	color: #363636;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.business_as_usual .back {
	width: 360px;
	height: 23px;
	left: 0;
	top: -150px;
}
.business_as_usual .back a {
	position: absolute;
	top: 380px;
	right: 312px;
	width: 48px;
	height: 60px;
	line-height: 41px;
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.business_as_usual .next {
	width: 330px;
	height: 23px;
	right: 0;
	background-repeat: no-repeat;
	background-position: left top;
	top: -150px;
}
.business_as_usual .next a {
	position: absolute;
	top: 380px;
	left: 282px;
	width: 48px;
	height: 60px;
	line-height: 23px;
	text-align: right;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*//.business_as_usual .view_all {
//	border-top: 1px solid #ddd;
//	border-bottom: 1px solid #ddd;
//	margin: 35px 0 0 0;
//	padding: 8px;
//	background: url(images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
//	text-align: center;
//}*/
.business_as_usual li {
	overflow: hidden;
	width: 690px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
