/*
	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;
	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 .skip_to_news {
	position: absolute;
	top: 0;
	left: 5000;
}*/
.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 {
	float:left;
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
	height:198px;
}
.accessible_news_slider li {
	top:0;
	float: left;
	display: inline;
	text-align:center!important; top:0!important;
}
#example_1 {background:url(../images/main-collage-bg.png) no-repeat 0 0;}
/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	overflow:hidden!import;
	margin: 0;
	width:707px;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 37px;
	height: 150px;
	left: 0;
	top:0;
	background:url(../images/prev-horizontal.png) no-repeat -90px 20px;
	padding:0;
}
.business_as_usual .back a {
	position: absolute;
	top: 20px;
	width: 30px;
	height: 30px;
	left:6px;
	line-height: 23px;
	background: url(../images/prev-horizontal.png) no-repeat 0 0;
	display:none;
}
.business_as_usual .back a:hover {
	background-position:-63px -1px;
}
.business_as_usual .next {
	width: 40px;
	height: 150px;
	top:0;
	right: 0;
	background:url(../images/next-horizontal.png) no-repeat -96px 20px;

}

.business_as_usual .next a {
	position: absolute;
	top: 20px;
	right:10px;
	width: 30px;
	height: 30px;
	line-height: 23px;
	text-align: right;
	background: url(../images/next-horizontal.png) no-repeat 0 0;
	display:none;
}.business_as_usual .next a:hover {
	background-position:-65px -1px;
}
.business_as_usual p.view_all {

}

.business_as_usual li {
	float:left;
	overflow: hidden;
	width:235px;
	text-align:center;
	height:190px;
}
.business_as_usual li  span{
	clear:both;
}

.business_as_usual li p {
	float:left;
	width:235px;
	text-align:center;
	left:%16;
}
.business_as_usual li a {
 position:relative; height:170px; width:235px;text-align:center!important;display:block; 
}
.business_as_usual li a img {

	 left:27%!important; bottom:0!important; text-align:center!important; display:block; position:absolute!important; 

}