/*
	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: 12px;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 12px;
}
.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: 317px;	
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 655px;
	border: 1px solid #EFEFEF;
	margin: 0 0 0px 5px;	
}
.candy_coated a {
	color:#AF3814;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	font-weight:normal;
	line-height: 22px;
	margin-bottom: 15px;
}

.candy_coated .back {
	width: 61px;
	height: 58px;
	/* background: url(images/themes/candy_coated/prev_bg.gif) no-repeat; */
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 540px;
	/*background: url(img/next5.png) no-repeat;*/
	background: url(img/next.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	font-size: 12px;
	top: 2px;
	right: 0px;
	width: 50px;
	height: 30px;
	line-height: 30px;
	/*background: url(img/next5.png) no-repeat top right;*/
	background: url(img/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	font-size: 12px;
	top: 2px;
	left: 450px;
	width: 50px;
	height: 40px;
	line-height: 50px;
	text-align: right;
	/*background: url(img/back5.png) no-repeat;*/
	background: url(img/back.gif) no-repeat;
}
.candy_coated .view_all {
	border-top: 1px solid #EFEFEF;
	margin: 0 0 0 0;
	padding: 3px 3px 3px 10px;
	font-size: 12px;
	background: #DFDFDF;
	text-align: left;
}
.candy_coated .view_all a{	
	font-size: 12px;	
}

.candy_coated ul {
	border-bottom: 2px solid #eee;
	background: #EFEFEF;
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
	height: 144px;
	/*border-right: 1px solid #EEE;*/
}
.candy_coated li img {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #ccc;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
	color:#666666;	
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 14px;		
}



