/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
}
.accessible_news_slider li p {
}
.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;
	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: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 190px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 615px;
	height:125px;
	background-image:url(../images/bk_coated.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:5px;

}
.candy_coated a {
	color: #669933;
}
.candy_coated .back {
	width: 28px;
	height: 125px;
	background: url(../images/prev_none.gif) no-repeat;
}
.candy_coated .next {
	width: 28px;
	height: 125px;
	background: url(../images/next_none.gif) no-repeat top right;
}
.candy_coated .next a {
	position: absolute;
	width: 28px;
	height: 125px;
	line-height: 125px;
	background: url(../images/next.gif) no-repeat top right;
	letter-spacing:-4000px;
	color:transparent;
}
.candy_coated .back a {
	position: absolute;
	width: 28px;
	height: 125px;
	line-height: 125px;
	text-align: right;
	background: url(../images/prev.gif) no-repeat;
	letter-spacing:-9999px;
	color:transparent;
}
.candy_coated .view_all {
	text-align: center;
	display:none;
}
.candy_coated ul {
	height:115px;
}
.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 30px 0 40px;
	width: 150px;
}
.candy_coated li p.newsBox {
		padding:0 0 0 40px;
		cursor: hand;
	}
.candy_coated li p.newsBox a p {
		padding:0 0 0 0;
		cursor: hand;
	}

