/*
	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  { list-style-type: none; margin: 0; padding: 0; position: relative; z-index: 1; left: 0; width: auto; overflow: hidden }
.accessible_news_slider li    { display: inline; width: 620px; float: left }

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

.candy_coated      { margin: 0 0 32px 60px; width: 620px; border-bottom: 2px solid #ccc }
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back  { background: url("images/themes/candy_coated/prev_bg.gif") no-repeat; width: 61px; height: 58px }
.candy_coated .next  { background: url("images/themes/candy_coated/next_bg.gif") no-repeat; left: 560px; width: 61px; height: 58px }
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a  { line-height: 30px; background: url("images/themes/candy_coated/prev.gif") no-repeat; text-align: right; position: absolute; top: 10px; left: 10px; width: 150px; height: 40px }
.candy_coated .view_all { background: #eee; text-align: center; margin: 58px 0 0; padding: 10px; border-top: 2px solid #ccc }
.candy_coated ul {
	border-bottom: 2px solid #eee;
}
.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 0 0 10px;
	width: 190px;
}
