strong {color: #1A171B;}

.accessible_news_slider img {
	border: 1px solid #bbb;
	padding: 2px;
}

* html .accessible_news_slider img {padding:0px;border:3px solid #bbb;}

.accessible_news_slider li,
.accessible_news_slider p {
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
}
.accessible_news_slider li p {
	font-size: 11px;
}
.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: 335px;
	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: 335px;
	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: 212px;
	height: 325px;
}

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

.text{
margin:180px 0px 0px 2px;
width: 175px;
text-align:left;
}

.text a {text-decoration: none;}
.text a:hover{text-decoration: none;color:#000;}

.candy_coated  {
	width: 610px;
	margin: 0px;
	padding:0px 0px 0px 10px;
	border: 1px solid #ccc;
	background-image: url(bg.png);
}

* html .candy_coated {padding:0px 10px 0px 0px;}

.candy_coated a {
	color: #006DA3;
}
.candy_coated .back {
	width: 200px;
	height: 40px;
}
.candy_coated .next {
	width: 61px;
	height: 40px;
	left: 558px;
}
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 93px;
	height: 39px;
	line-height: 30px;
	background: url(next.png) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 93px;
	height: 39px;
	line-height: 30px;
	text-align: right;
	background: url(prev.png) no-repeat;
}
.candy_coated .view_all {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: #eee;
	text-align: center;
}
.candy_coated ul {

}
.candy_coated li {
	padding: 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	
	display: inline;
	margin: 0px;
	width: 176px;
}