.scrollbars { clear: both; padding:0 0; position:relative;} 
.scrollbars .viewport { width:618px; height:260px; overflow: hidden; position: relative;} 
.scrollbars .overview {  list-style: none; position: absolute; left: 0; padding: 0; margin:10px 0 0 10px;;}
.scrollbars .thumb .end,
.scrollbars .thumb { background-color: #445377;}
.scrollbars .scrollbar { position:absolute; top:0 ;right:0px; width: 5px; padding:0; z-index:40; }
.scrollbars .track { background-color: #dcdcdc; height: 185px; width:5px; position: relative; }
.scrollbars .thumb { height: 40px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.scrollbars .thumb .end { overflow: hidden; height: 5px; width: 5px;}
.scrollbars .disable{ display: none; }


.scrollbars dt,
.scrollbars dd,
.scrollbars dd a,
.scrollbars dd p{
	float:left;
	height:20px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:17px;
	text-align:left;
}

.scrollbars dt{
	background:url(../../images/arrow01.gif) 0 2px no-repeat;
	padding-left:10px;	
	width:100px;
}

.scrollbars dd{
	width:480px;
}