/*
	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;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.6;
}
/*.accessible_news_slider li p {
	font-size: 1em;
}*/
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}

.accessible_news_slider ul {
	position: relative;
	left: 0px;
	width: 840px;
	margin: 30px 0 0 130px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
	float:left;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}
/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/
.business_as_usual  {
	width: 1000px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 0 0px;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual #backbutton , .business_as_usual #nextbutton  {
	position:absolute;
	width:30px;
	height:315px;
	z-index: 2;
	margin:0;
	padding:0;
	top:00px;
}
#backbutton { left:0; }
#nextbutton { left:970px; }
.business_as_usual li {
	padding: 0;
	overflow: hidden;
	width: 280px;
	
	margin: 0;
	color:#fff;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
/*.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}*/
.business_as_usual li div {
	float: left;
	display: inline;
	margin: 0 0 0 2px;
	width: 280px;
	height:32px;
	font-size:11px;
	border-bottom: 1px #ddd dotted;
	padding:2px;
	font-family:Verdana;
	text-align:center;
	background-color:#E4F6F8;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/
/*
.candy_coated  {
	width: 600px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 32px 60px;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 61px;
	height: 58px;
	background: url(../images/themes/candy_coated/prev_bg.gif) no-repeat;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 540px;
	background: url(../images/themes/candy_coated/next_bg.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(../images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(../images/themes/candy_coated/prev.gif) no-repeat;
}
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.candy_coated ul {
	border-bottom: 2px solid #eee;
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}
*/
