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

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1.2em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background-color: #E9FE97;
	clear: both;
}
.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;
	clear: left;
}
.accessible_news_slider li {
	float: left;
	display: inline;
}



/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 310px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	clear: right;
}
.business_as_usual a {
	color: #71747B;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.business_as_usual .back {
	width: 100px;
	background: url(images/themes/business_as_usual/back_bg.gif) no-repeat top right;
	font-size: 1.2em;
	margin-top: 2em;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	width: 100px;
	background: url(images/themes/business_as_usual/back.gif) no-repeat top right;
	color: #379FB6;
	left: 170px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.business_as_usual .back a:hover {
	text-decoration: underline;	
}
.business_as_usual .next {
	width: 100px;
	right: 0;
	background: url(images/themes/business_as_usual/next_bg.gif) no-repeat top left;
	font-size: 1.2em;
	margin-top: 2em;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100px;
	text-align: right;
	background: url(images/themes/business_as_usual/next.gif) no-repeat top left;
	color: #379FB6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.business_as_usual .next a:hover {
	text-decoration: underline;	
}
.business_as_usual .view_all {
	border-top: 1px solid #d3dcde;
	border-bottom: 1px solid #d3dcde;
	padding: 0.8em;
	text-align: center;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
}
.business_as_usual li {
	overflow: hidden;
	width: 32em;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	width: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	clear: left;
}
.business_as_usual  a:hover {
	text-decoration: none;
}
