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

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.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;
	color: #000;
}
.accessible_news_slider .back a, a.active
.accessible_news_slider .next a, a.active {
	display: none;
	color: #000000;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	color: #000;
}
.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  {
	width: 813px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 30px 0;
}
.business_as_usual a, a.active {
	color: #000000;
}
.business_as_usual .back {
	width: 500px;
	height: 23px;
	left: 0;
		/*-- background: url(images/themes/business_as_usual/back_bg.gif) no-repeat top right; --*/
}
.business_as_usual .back a, .back a:active {
	position: absolute;
	top: 0;
	right: 140px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	color: #000000;
	/*--background: url(images/themes/business_as_usual/back.gif) no-repeat top right; --*/
}
.business_as_usual .next {
	width: 500px;
	height: 23px;
	right: 0;
	/*-- background: url(images/themes/business_as_usual/next_bg.gif) no-repeat top left; --*/
}
.business_as_usual .next a, .next a:active {
	position: absolute;
	top: 0;
	left: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	color: #000000;
	/*-- background: url(images/themes/business_as_usual/next.gif) no-repeat top left; --*/
}
.business_as_usual .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 0 0;
	padding: 6px 0 0 8px;
	background: url(images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align:center;
	font-size:18px;
	width: 815px;
}
.business_as_usual li {
	text-align:left;
	padding: 15px 0;
	padding-right:9px;
	overflow: hidden;
	width: 262px;
}
.business_as_usual li img {
	float: left;
	padding-right: 5px;
	display: inline;
}

.business_as_usual li a {
		/*-- float: left;  ADDING THIS ATTRIBUTE STOPS TEXT WRAPPING AROUND AND UNDER IMAGE --*/
	display: inline;
	text-align:left;
}
.business_as_usual li p {
		/*-- float: left;  ADDING THIS ATTRIBUTE STOPS TEXT WRAPPING AROUND AND UNDER IMAGE --*/
	text-align:left;
	padding-right: 5px;
	display: inline;
	margin: 0 0 0 8px;
	width: 140px;
}
