/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	
	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: 33px;
	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: 33px;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0 46px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 180px;
	background: url(../../Images/ProdBg.jpg) no-repeat top left;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/



.candy_coated  {
	width: 650px;
	border-bottom: 1px solid #333;
	
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 46px;
	height: 150px;
	
}
.candy_coated .next {
	width: 46px;
	height: 150px;
	right: 0px;
	
}
.candy_coated .next a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 46px;
	height: 150px;
	line-height: 30px;
	background: url(../../Images/next.jpg) no-repeat top right;
	text-indent:-9999px
}
.candy_coated .back a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 46px;
	height: 150px;
	line-height: 30px;
	
	background: url(../../Images/prev.jpg) no-repeat;
	text-indent:-9999px
}
.candy_coated .view_all {
	border-top: 1px solid #333;
	margin: 0;
	padding: 5px;
	background: #333;
	color:#f4f4f4;
	text-align: center;
}
.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;
}

