/* image replacement */
	#prevBtn, #nextBtn{ margin:0; padding:0; display:block; overflow:hidden; text-indent:-8000px; }
	
/* Easy Slider */
	#slider{ width: 934px; height: 124px; background: #e8eef3 url(../images/bg-news-home.gif); position: relative; }	
	#slider ul, #slider li{	margin:0; padding:0; list-style:none; }
	#slider li{ display: block; width:934px; height:124px; overflow:hidden; }	
	#prevBtn, #nextBtn{ display:block; width:30px; height:31px;	position:absolute; right: 0px; }	
	#prevBtn{ top: 20px; background:url(../images/news-no-arrow-up.gif); }														
	#nextBtn{ top: 72px; background:url(../images/news-no-arrow-down.gif); }														
	
	#prevBtn a, #nextBtn a { display:block; width:31px; height:31px; background-position: top; }	
	#prevBtn a{ background-image: url(../images/news-arrow-up.gif); }												
	#nextBtn a{ background-image: url(../images/news-arrow-down.gif); }												
	#prevBtn a:hover, #nextBtn a:hover { background-position: bottom; }  


#home-news { width: 980px; height: 124px; position: relative; }
#slider .item { float: left; width: 452px; padding: 12px 26px 0 12px; overflow: hidden; }
#slider .item .cnt { float: right; width: 335px; padding-top: 5px; }
#slider .item h3 { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #cb0000; padding-bottom: 6px; margin-bottom: 0; }
#slider .item h3 a { color: #cb0000; text-decoration: none; }
#slider .item h3 a:hover { color: #cb0000; text-decoration: underline; }
#slider .item p { color: #494f5e; }
#slider .item .img { float: left; display: block; width: 100px; height: 100px; }
#slider .item .img a { float: left; display: block; width: 90px; height: 90px; padding: 5px; background: url(../images/news-img.gif) top left no-repeat; }
#slider .item .img a:hover { background: url(../images/news-img.gif) bottom left no-repeat; }

#slider .item-last { width: 405px; padding: 12px 26px 0 12px; }
#slider .item-last .cnt { width: 288px; }
