/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: Calibri, Verdana;
	margin: 0;
	padding: 0;
	font-size: .9em;
}
.accessible_news_slider li p {
	font-size: .9em;
}
.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: 90px;
	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: 90px;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	padding: 0;
	margin-left: 25px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 680px;
	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;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 680px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.business_as_usual a {
	color: #57332C;
}
.business_as_usual .back {
	width: 155px;
	height: 200px;
	left: 0;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 130px;
	width: 100px;
	height: 50px;
	background: url(images/themes/business_as_usual/backss.png) no-repeat top right;
}
.business_as_usual .next {
	width: 155px;
	height: 200px;
	right: 0;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 130px;
	width: 100px;
	height: 50px;
	text-align: right;
	background: url(images/themes/business_as_usual/nextss.png) no-repeat top left;
}
.business_as_usual .view_all {
	margin: 35px 0 0 0;
	padding: 8px;
	text-align: center;
}
.business_as_usual li {
	padding: 45px 0;
	overflow: hidden;
	width: 220px;
	height: 100px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 180px;
}
.business_as_usual li a {
	font-weight:bold;
	font-size:100%;
	padding-right:15px;
	margin: 0 0 0 10px;
}
/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual2  {
	width: 780px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.business_as_usual2 a {
	color: #ac1f0b;

}
.business_as_usual2 .back {
	width: 155px;
	height: 200px;
	left: 0;
}
.business_as_usual2 .back a {
	position: absolute;
	top: 0;
	right: 130px;
	width: 100px;
	height: 50px;
	background: url(images/themes/business_as_usual/backss.png) no-repeat top right;
}
.business_as_usual2 .next {
	width: 155px;
	height: 200px;
	right: 0;
}
.business_as_usual2 .next a {
	position: absolute;
	top: 0;
	left: 130px;
	width: 100px;
	height: 50px;
	text-align: right;
	background: url(images/themes/business_as_usual/nextss.png) no-repeat top left;
}
.business_as_usual2 .view_all {
	margin: 35px 0 0 0;
	padding: 8px;
	text-align: center;
}
.business_as_usual2 li {
	overflow: hidden;
	width: 215px;
	height: 100px;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 45px;
	padding-left: 0;
}
.business_as_usual2 li img {
	float: left;
	display: inline;
}
.business_as_usual2 li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 180px;
}
.business_as_usual2 li a {
	font-size:18px;
	padding-right:15px;
	margin: 0 0 0 10px;
	font-weight:bold;
}

