/*
	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 {
	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: 320px;
	margin-top:50px;
}

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

.candy_coated .back { width: 17px; height: 17px;}
.candy_coated .next {	width: 63px; height: 17px;}
.candy_coated .next a {
	width: 75px;
	height: 17px;
	padding-left:41px;
	line-height: 15px;
	background: url(../img/next.png) no-repeat top right;
	text-decoration:none;
	color:#666666;
}
.candy_coated .next a:hover {text-decoration:underline;}
.candy_coated .back a {
	line-height: 15px;
	padding-left:21px;
	width: 40px;
	height: 17px;
	background: url(../img/previous.png) no-repeat;
	text-decoration:none;
	color:#666666;
}
.candy_coated .back a:hover {text-decoration:underline;}

.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
	display:none;
}

.candy_coated li { overflow: hidden;}
.candy_coated li p { margin: 0 0 0 10px; width:230px; }