/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.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: 40;
	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. */
	/*text-indent: -9999px;*/
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	z-index: 2;
	right: -6px;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
	padding-top: 20px;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 600px;
	margin: 0 0 0px 0px;
	float: left;
	padding-bottom: 60px;
	padding-left: 40px;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 61px;
	height: 58px;
	/*background: url(img/prev_bg.gif) no-repeat;*/
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 592px;
	/*background: url(img/next_bg.gif) no-repeat;*/
}
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 30px;
	background: url(img/next.png) no-repeat top right;


	behavior: expression(IEPNGFIX.fix(this));
	text-indent: -2000px;
	float: left;
}
.candy_coated .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	line-height: 30px;
	/*text-align: right;*/
	background: url(img/prev.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
	text-indent: -9999px;
	float: left;

}
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	/*background: #eee;*/
	text-align: center;
}
.candy_coated ul {

}
.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: 650px;
	margin: 0 0 32px;
	float: left;
	padding-left: 20px;
}
.business_as_usual a {
	color: #‚†‚†6600;
}
.business_as_usual .back {
	width: 360px;
	height: 23px;
	left: 0;
	background: url(img/back_bg.gif) no-repeat top right;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	background: url(img/back.gif) no-repeat top right;
}
.business_as_usual .next {
	width: 361px;
	height: 23px;
	background: url(img/next1_bg.gif) no-repeat top left;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 140px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	background: url(img/next1.gif) no-repeat top left;
}
.business_as_usual .view_all {
	padding: 8px;
	/*background: url(img/view_all_bg.gif) repeat-x bottom left;*/
	text-align: center;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #333333;
	border: 1px solid #ddd;
}
.business_as_usual li {
	padding: 15px 10 15px 0;
	overflow: hidden;
	width: 220px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 110px;
	font-size: 0.9em;
}
