
#panel {
	background: #98bc00;
	height: 160px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
}

.slide p {width:960px; margin:0 auto;}

img { border: 0; }

.fl { display: inline; float: left; }

.fl img {
border: solid 1px #c9c7c7; padding:1px; display: block;
}

.news_slider {
margin: 0 auto 20px auto;
position: relative;
text-align: left;

}

.news_slider .prev, .news_slider .next {
display: none;
position: absolute;
top: 70px;
}

.news_slider .next { right: 0; }

a.prev {background:url(../images/prev.gif) no-repeat; height:31px; width:31px;}
a.prev:hover {background:url(../images/prev-hover.gif) no-repeat; height:31px; width:31px;}

a.next {background:url(../images/next.gif) no-repeat; height:31px; width:31px;}
a.next:hover {background:url(../images/next-hover.gif) no-repeat; height:31px; width:31px;}

.news_slider .container {
background: #FFFFFF;
left: 0;
position: relative;
top: 0; 
width: 100%;
}

.news_slider .news_items { /* The width must be equal to .item ((width + margin-right) * 2). */
left: 35px;
overflow: hidden;
position: relative;
top: 0;
width: 620px;    
}

.news_slider .view_all { display: none }

.news_slider .item { /* Must contain a width and a margin-right. */
background: #fff; 
color: #FFF;
margin-right: 10px;
width: 145px; 
}

.news_slider .item img {
padding: 2px;
}
.news_slider .item a:hover img {
padding: 2px;
}

.sliderightlink {color:#FFFFFF}
a.sliderightlink {color:#FFFFFF !important; text-decoration:none;}
a.sliderightlink:hover {color:#000000 !important; text-decoration:none;}
