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

.accessible_news_slider img {
	border: 0;
	
}
.accessible_news_slider li, .accessible_news_slider p {
	margin: 0;
	padding: 0;
}
.accessible_news_slider li p { }

.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	background: #fff;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	left: 0px;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: -13px;
	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: -48px;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding-left: 19px; /*  Safi: controls the Right Arrow, example 40px will decrease the width position of the arrow*/
	list-style-type: none;
	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: 750px; /* Safi:this is the width of the slider section 446 */
	margin:0 0 0 -24px;
	padding-right:10px;
	clear:both;
	background:#fff;
	float:left;
}
.business_as_usual a {
	color: #363636;
	
}
.business_as_usual .back {
	width: 172px;
	height: 39px;
	left: 0px;
	
}

.business_as_usual .next {
	position: absolute;
	width: 183px;
	height: 42px;
	right: 83px;
	
}

.business_as_usual .next a {
	position: absolute;
	top: 35px;
	left: 250px;
	width: 183px;
	height: 100px;
	line-height: 23px;
	text-align: right;
    background: url(../images/hnext-off.gif) no-repeat top left;  /*  Safi: this is the Right Side arrow image LINK */
}

.business_as_usual .next a:hover {
	position: absolute;
	top: 35px;
	left: 250px;
	width: 183px;
	height: 100px;
	line-height: 23px;
	text-align: right;
    background: url(../images/hnext.gif) no-repeat top left;  /*  Safi: this is the Right Side arrow image LINK:HOVER */
}
.business_as_usual .back a {
	position: absolute;
	top: 0px;
	width: 20px;
	height: 300px;
	line-height: 0px;
	background: url(../images/hback-off.gif) no-repeat top right; /*  Safi: this is the Left Side arrow image LINK */
}
.business_as_usual .back a:hover {
	position: absolute;
	top: 0px;
	width: 20px;
	height: 300px;
	line-height: 0px;
	background: url(../images/hback.gif) no-repeat top right; /*  Safi: this is the Left Side arrow image LINK:HOVER */
}
.business_as_usual .view_all {
	margin: 0px 0 0 0;
	padding: 0px;
	background: url() repeat-x bottom left;
	text-align: center;
}
.business_as_usual li {
	padding: 0px 0 0 0px;
	overflow: hidden;
	width: 205px;
}
.business_as_usual li img {
	float: left;
	display: inline;
	padding:5px;
}
