

.candy_coated  {
border-bottom:2px solid #CCCCCC;
margin:0;
padding-left:34px;
width:958px;
}
.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 {
display: inline;
float:left;
font-size:11px;
text-align:left;
width:231px;
height:145px; 
}	
.accessible_news_slider li .spacing {padding:6px 10px; text-align:justify;}

.candy_coated img { border:none; }

.candy_coated .back {
	width: 33px;
	height: 145px;
	left:0;
	top:0;
	background:url(../img/button_scroll_left_off.jpg) no-repeat;
}
.candy_coated .next {
	width: 33px;
	height: 145px;
	left: 960px;
	top: 0;
	background:url(../img/button_scroll_right_off.jpg) no-repeat;
}

.candy_coated .next a {
	position: absolute;
	top: 0;
	right: -117px;
	width: 150px;
	height: 40px;
}
.candy_coated .back a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 40px;
}
