/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.accessible_news_slider {
	position: relative;
	
}
.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;
	background-image: url(images/libg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}





.business_as_usual  {
	width: 863px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;


}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 21px;
	height: 62px;
	left: 0;
	padding-top: 35px;	
}
.business_as_usual .back img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.business_as_usual .next {
	width: 21px;
	height: 62px;
	right: 0;
		padding-top: 35px;
	
}
.business_as_usual .next img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.business_as_usual li {
	overflow: hidden;
	width: 195px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 127px;
}
.business_as_usual li img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 3px;
}
.overflow{
	width:775px;
	overflow:hidden!Important;
	margin:auto;
	display: block;
	
	position: relative;
}