.index-box{
	width: 625px;
	background: url(/images/index-btm.gif) no-repeat bottom center;
	padding-bottom: 8px;
}

.index-box-top{
	width: 625px;
	background: url(/images/index-top.gif) no-repeat top center;
	min-height: 100px;
}

.index-box-body{
	width: 625px;
	background: url(/images/index-bg.gif) repeat-y top center;
	min-height: 156px;
}

.index-left{
	float: left;
	width: 250px;
	padding: 15px 15px  0 10px;
	font-weight: bold;
	
}

.index-left h1{
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 5px;
}

.index-left h2{
	color: #B5985A;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.index-right{
	float: right;
	width: 290px;
	padding: 15px 15px 10px 0;
	font-weight: bold;
}

#slider-news{
	padding: 0;
	
}

#slider-news li, #slider-news ul{
	padding: 0;
	margin: 0;

}

#slider-news li{
	list-style: none;
	width: 135px;
	overflow:hidden; 
	background-color: #fff;
	color: #00235D;
	
}

#slider-news h3{
	color: #B5985A;
	font-size: 12px;
	margin: 4px 4px;
}

#slider-news li a{
	color: #00235D;
}

#slider-news p{
	margin: 4px 4px;
}

#news-prevBtn, #news-nextBtn{ 
	display:block;
	width:13px;
	height:77px;
	position:absolute;
	left:-9px;
	top:85px;
	}	
#news-nextBtn{ 
	left:139px;
	}														
#news-prevBtn a, #news-nextBtn a{  
	display:block;
	width:13px;
	height:13px;
	background:url(/images/arrow-l.gif) no-repeat 0 0;	
	}	
#news-nextBtn a{ 
	background:url(/images/arrow-r.gif) no-repeat 0 0;	
	}

.news-index{
	padding: 5px 0 0 4px;
	position: relative;
}
