/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	text-decoration :none;
	text-align :right ;
	margin: 0;
	padding: 0;

	line-height: 1.6;
}
.accessible_news_slider li p {
font-weight :bold ;
text-align :right ;
border-bottom-color : Gray ;
border-bottom-width :1px;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.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;
	left: 0;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:3;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}


.business_as_usual  {
	width: 570px;
	border-bottom: 1px solid #ddd;
	
		border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right :1px solid #ddd;
	border-left:1px solid #ddd;
	
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 280px;
	height:15px;
	left: 10;
	background: url(images/themes/business_as_usual/back_bg.gif) no-repeat top right;
}
.business_as_usual .back a {
	position: absolute;

	margin-bottom :50px;	right: 200px;
	width: 140px;
	height: 15px;
	line-height: 23px;
	background: url(images/themes/business_as_usual/reverse_blue.png) no-repeat top right;
}
.business_as_usual .back a:hover {
	background: url(images/themes/business_as_usual/reverse_green.png) no-repeat top right;
}
.business_as_usual .next {
	width: 300px;
	height: 15px;
	right: 0;
	margin-bottom :50px;
	background: url(images/themes/business_as_usual/next_bg.gif) no-repeat top left;
}
.business_as_usual .next a 
{
	margin-bottom :50px;
position: absolute;
	top: 0;
	left: 140px;
	width: 175px;
	height: 15px;
	
	text-align: right;
	background: url(images/themes/business_as_usual/play_blue.png) no-repeat top left;
}
.business_as_usual .next a:hover 
{background: url(images/themes/business_as_usual/play_green.png) no-repeat top left;

}
.business_as_usual li {
	padding-top :15px;
	overflow: hidden;
	height: 80px;
	width: 100px;
		text-align: left;
}
.business_as_usual li a {
	color :black;

	
}.business_as_usual li  A:hover {

	color :Gray;
	
}
.business_as_usual li img {
	float: left ;
	display: inline;
	padding-left :5px;
	
}
.business_as_usual li p {
	
	display: inline;
	margin: 0 0 0 20px;
	width: 130px;
		text-align: center;
}
