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

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Verdana", sans-serif;
	margin-top: 20px;
	padding: 0;
		font : 12px 'trebuchet ms';
		font-weight:normal;
		

	
}
.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;

}

.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: 400px; 
}



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

.business_as_usual  {
	width: 450px;
	border-bottom: 1px dotted #515151;
	margin-top:20px;
	background-color:#1e1e1f;
	left:40px;
	height:auto;



}
.business_as_usual a {
	color: #afafaf;
}

.business_as_usual a:hover {
	color: red;
}

.business_as_usual .back {
	width: 250px;
	height: 23px;
	left: 0;
	background: url(images/themes/business_as_usual/back_bg.gif) no-repeat top right;
	margin-bottom:40px;

}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 127px;
	width: 110px;
	height: 23px;
	line-height: 23px;
	background: url(images/themes/business_as_usual/back.gif) no-repeat top right;
}
.business_as_usual .next {
	width: 270px;
	height: 23px;
	right: 0;
	background: url(images/themes/business_as_usual/next_bg.gif) no-repeat top left;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 140px;
	width: 120px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	background: url(images/themes/business_as_usual/next.gif) no-repeat top left;
}
.business_as_usual .view_all {

	margin: 85px 0 0 0;
	padding: 18px;
	text-align: center;
	border-bottom:1px solid #2e2e2e;

}
.business_as_usual li {
	padding: 15px 0;
	overflow: hidden;
	width: 450px;
	height:220px;

}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 420px;
	padding-right: 15px;
}

.business_as_usual ul li p {

	padding: 20px;
	
}