/*	Accessible News Slider : Plugin Specific */
.accessible_news_slider img {
	border:1px solid #C7C7C7;
}
.accessible_news_slider li, .accessible_news_slider p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.6;
	font-family:Verdana,Tahoma, Arial, Helvetica;
}
.accessible_news_slider li p {
float:left;
	font-size: 11px;
	padding:1px;
}
.accessible_news_slider {
	float:left;
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 2;
	padding: 10px;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	bottom: 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;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
float:left;
	position: relative;
	left: 0;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
/*	z-index: 1; */
}
.accessible_news_slider li {
	float: left;
	list-style:none;
	display: inline;
	width: 552px;
	background-color:#F7F7F7;
	
}
/* business_as_usual styles */
.business_as_usual {
	width: 553px;
	height:185px;
	margin: 0px;
}
.business_as_usual a {
	color: #666666;
	display:block;
}
.business_as_usual .back {
	width: 90%;
	height: 17px;
	left: 0px;
	background: url(images/themes/business_as_usual/back_bg.gif) repeat-x bottom right;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 2px;
	width: 16px;
	height: 17px;
	line-height: 17px;
	background: url(images/themes/business_as_usual/back.gif) no-repeat bottom right;
	background-color:#666666;
}
.business_as_usual .next {
	width: 10%;
	height: 17px;
	right: 0;
	background: url(images/themes/business_as_usual/next_bg.gif) repeat-x bottom left;
}
.business_as_usual .next a {
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 16px;
	height: 17px;
	line-height: 17px;
	text-align: right;
	background: url(images/themes/business_as_usual/next.gif) no-repeat bottom left;
}
.business_as_usual .view_all {
	margin: 0 0 0 0;
	padding: 0px 2px 0px 10px;
	background: url(images/themes/business_as_usual/greyTitle_rptX.png) repeat-x bottom left;
	height:24px;
	text-align: left;
	color:#333333;
	font-weight:bold;
}
.business_as_usual ul {
/*	border-left:1px solid #666666;
	border-right:1px solid #666666;
*/
margin:0px;
padding:0px;
}
.business_as_usual li {
	padding:0px;
	margin:0px;
	overflow: hidden;
	width: 553px;
	height:145px;
font-size:11px;
}
.business_as_usual li:hover {
	background-color:#F6F6F6;
	background:url(../../images/latest-news-bg.png) no-repeat left top;
}
.business_as_usual li #content {
	padding:10px;
	cursor:hand;
	text-decoration:none;
}
.business_as_usual li #content a {
	cursor:hand;
	color:#666666;
}
.business_as_usual li #content a:hover {
	cursor:hand;
	text-decoration:none;
}
.business_as_usual li img {
	float: left;
	display: inline;
	padding:3px;
	margin: 0px 5px 5px 0px;
	border:1px solid #C7C7C7;
}
.business_as_usual li .news-title {
	font-size:13px;
	font-family:Verdana,Tahoma, Arial, Helvetica;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}