.Container 
{
	float:left;
	width: 285px;
	height: 84px;
}
#Scroller 
{ 
	position: absolute; 
	overflow: hidden;
	width: 285px;
	height: 84px;
}
.Scroller-Container 
{
	position: absolute;
}
.Scrollbar-Track 
{
	width: 5px; 
	height: 76px;
	position: absolute;
	background-color: #FFFFFF;
	margin-top:4px;
	margin-left:9px;
	-moz-margin-start:294px;
}
.Scrollbar-Handle 
{
	position: absolute;
	width: 5px; height: 13px;
	background-image:url(images/home/home_news_handle.gif);
	background-repeat:no-repeat;
	top:0px; 
	left:0px;
	cursor: pointer;
}

.Scrollbar-Up 
{
	margin-left:8px;
	cursor: pointer;
	position: absolute;
}

.Scrollbar-Down 
{
	margin-left:8px;
	cursor: pointer;
	position: absolute;
	margin-top:80px;
}