/* 
google search term 
jquery.accessible-news-slider.css 
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 li p {}
.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: 766px;
	margin: 0 0 0 0;}
.candy_coated a {}
.candy_coated .back {
	width: 18px;
	height: 36px;
	left:15px;
	top:70px;}
.candy_coated .next {
	width: 18px;
	height: 36px;
	right:12px;
	top:70px;}
.candy_coated .next a {
	position: absolute;
	width: 18px;
	height: 36px;
	background:url(../../../images/frontEnd/layout/btnPromo_right.png) left top no-repeat;}
.candy_coated .next a:hover {
    background:url(../../../images/frontEnd/layout/btnPromoHover_right.png) left top no-repeat;}
.candy_coated .back a {
	position: absolute;
	width: 18px;
	height: 36px;
	background:url(../../../images/frontEnd/layout/btnPromo_left.png) left top no-repeat;}
.candy_coated .back a:hover {
    background:url(../../../images/frontEnd/layout/btnPromoHover_left.png) left top no-repeat;}
.candy_coated .view_all {
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;}
.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;}