/*
	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;
	padding-left:5px;
	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: 53px;
	left: 16px;
	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: 60px;
	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;
text-align:left;

}

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

.candy_coated  {
	width: 546px;
height:225px;
	margin-left:15px;
margin-top:20px;
background-image:url(images/featured.png);
padding-top:60px;
}
.candy_coated a {
	color: #fff;
text-decoration:none;
}
.candy_coated .back {
	width: 61px;
	height: 58px;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 469px;
}
.candy_coated .next a {
	height: 40px;
	line-height: 30px;
	background: url(arrow.png) no-repeat top right;
}
.candy_coated .back a {
	line-height: 30px;
	text-align: right;
	background: url(backarrow.png) no-repeat;
}
.candy_coated .view_all {
	background: #fff;
	text-align: center;
display:none
}

.candy_coated li {
	padding: 0 0;
width:273px;
	overflow: hidden;
text-align:center;
margin-top:60px;
}
.candy_coated li img {
	display: inline;
text-align:center;
}
.candy_coated li img:hover{
}
.candy_coated li p {
	display: inline;
	max-width: 160px;
text-align:center;
margin-top:15px;
}
.next a:link, .back a:link {
color:#e97e00;
text-decoration:underline;
}
.next a:visited, .back a:visited {
color:#e97e00;
text-decoration:underline;
}
.next a:hover, .back a:hover {
color:#000;
text-decoration:underline;
}
a.hoverable {
display:block;
border:3px solid transparent;

}
a.hoverable:hover {
border:3px solid #315c23;
}
#navholder {
width:500px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#back {
float:left;
width:150px;
}
#next {
float:left;
width:150px;
margin-left:100px;
}

