#recent-news {
	position:relative;
	float:right;
	width:363px;
}

#container {
	position:relative;
	width: 363px;
	height: 252px;
	background: none;
	overflow: hidden;
}
#content {
	position:relative;
	width:363px;
}
#scrollArea {
	position:absolute;
	left:404px;
	margin-left:5px;
	top:0px;
	height: 252px;
	width: 4px;
	overflow: hidden;
	background: #333333;
	z-index:10000;
}
#scroller {
	cursor:pointer;
	float: left;
	position: relative;
	top: -5px;
	width: 4px;
	background: #8d8d8d;
}
.item {
	width:360px; position: relative;
	margin-bottom: 5px; z-index: 800;
}