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

.accessible_news_slider {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0;
	margin: 0;
}
.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 a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position:absolute;
	right:17px;
	z-index:2;
}
.accessible_news_slider .back {
	left:20px;
	position:absolute;
	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: 709px;
}

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

.candy_coated  {
	width: 618px;
	height: 445px;
}
.candy_coated .next a, .candy_coated .back a {
	position: absolute;
	top: 7px;
	width: 40px;
	height: 32px;
	line-height: 30px;
}
.candy_coated .back a {
	left: 0;
	text-align: left;
	background: url(../images/prev.png) no-repeat;
}
.candy_coated .next a {
	right: 0;
	text-align: right;
	background: url(../images/next.png) no-repeat top right;
}
.candy_coated .view_all {
	margin-top: 0px;
}

.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 0px;
}