#news div.scroller {
	width: 661px; 
	overflow: hidden;
}

#news div.scrollcontent {
	width: 10000px;
}

#news .news {
	width: 641px; 
	float:left;
	padding:0px 10px;
	margin-right: 1em;	
}

#newsHeader {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#news .news .header {
	background-image: none;
	position: static;
}

#news .news .header .options {
	position: static;
	float: right;	
}

#news .news .header .date {
	color: #666;
	font-style: italic;
	font-size: 12px;	
}

#news .content {
	margin: 10px
}

#news .news .image {
	float: right;
	margin: 10px;	
}

#news .news .teaser {
	color: #333;
}

#news .news .additional {
	margin: 10px 0px;
	text-align: right;	
}

#news .controls {
	height: 22px;	
}

#news .controls .prev {
	display: block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	cursor: hand;	
	margin-left: 10px;
	background-image: url("new/arrow_left.gif");
	background-repeat: no-repeat;
	float: left;
}

#news .controls .next {
	display: block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	margin-left: 5px;
	background-image: url("new/arrow_right.gif");
	background-repeat: no-repeat;
	float: left;
}

#news .controls .next span, 
#news .controls .prev span {
	display: none;	
}