/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {

}

.accessible_news_slider {
	position: relative;
	overflow: hidden;
}

.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: 190px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width:530px;
	height:150px;
}
.candy_coated a {
	color: #666666;
}
.candy_coated .back {
	width: 30px;
	height: 50px;
	top:0px;
	background: url(images/L_arrow_f.jpg) no-repeat;
}
.candy_coated .next {
	width: 30px;
	height: 50px;
	top:0px;
	left: 500px;
	background: url(images/R_arrow_f.jpg) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 91px;
	line-height: 19px;
	background: url(images/R_arrow.jpg) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 91px;
	line-height: 19px;
	text-align: right;
	background: url(images/L_arrow.jpg) no-repeat;
}
.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 ul {
		padding:0px;
		margin:0px;
	}
		.candy_coated ul li{
		padding:0px;
		margin:0px;
	}

.candy_coated li {
	padding: 0px 0;
	overflow: hidden;
	width:120px;
	margin:0px;
}
/*.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
}
*/
