/*
	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: .8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.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: 300px;
}

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

.candy_coated  {
	width: 680px;
	border-bottom: 2px solid #ccc;
	margin:0px;
	background:#666;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 61px;
	height: 58px;
	top:100px;
	left:5px;
	cursor:pointer;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 615px;
	top:100px;
	cursor:pointer;
}
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 1px;
	width: 50px;
	height:45px;
	background: url(../images/circle_next.png) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 10px;
	width: 50px;
	height:45px;
	text-align: right;
	background: url(../images/circle_prev.png) no-repeat;
}
.candy_coated .view_all {
	margin:0px;
	padding:0px;
	text-align: center;
	height:0px;
	font-size:0px;
}
.candy_coated ul {
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
	text-align:center;
	width: 680px;
	height:500px;
}
.candy_coated li img {
}
.candy_coated li p {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	background:#666;
	z-index:100;
	text-align:center;
	width:650px;
	padding:15px;
	/*margin-left:-680px;*/
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}
