/* container for slides */
#news_box {
	float:left;
	height: 280px;
	/*margin: 20px 20px 20px 10px;*/
	overflow: hidden;
	position: relative;
	width: 710px;
	border-right: 1px dotted #DDD;
}

/* single slide */
#news_box div {
	float: left; 
    display: block; 
	width: 670px; 
	margin: 7px;
	padding: 15px 30px 0 15px;
	height: 256px;
}
#news_box .news_items {
	width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0;
}
/* header */
#news_box h3 {
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px 0;
	color: #81BB3F;
}
/* tabs (those little circles below slides) */
.tabs_circle {
	/*width: 250px!important;*/
	margin-left: 335px;
	margin-bottom: 10px;
	float: left;
}
/* single tab */
.tabs_circle a {
	width:13px;
	height:13px;
	float:left;
	margin:3px;
	background: url(/images/buttons/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}
/* mouseover state */
.tabs_circle a:hover {
	background-position:0 -13px;      
}
/* active state (current page state) */
.tabs_circle a.current {
	background-position:0 -26px;     
} 	
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility: hidden !important;		
}

