.block 
{ 
	width: 265px; clear: both; margin-top:2px; height: 180px; position: absolute;
}

.block .scrollbar 
{ 
	position: relative; float: right; width: 14px;z-index:12; 
}

.block .track 
{ 
	background:url(/images/scroll-bar.png) no-repeat center top transparent; height: 260px; width:14px; position: relative; padding: 0px 0px; margin-left:-8px;
}

.block .viewport { width: 266px; height: 160px; overflow: hidden; position: absolute;}
.block .overview { list-style: none; position: absolute; left: 0; top: 0;}
.block .thumb .end,
.block .thumb { background:url(/images/scroll-bar-BTN.png) no-repeat center top transparent; }

.block .thumb { height: 20px; width: 14px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.block .thumb .end { overflow: hidden; height: 2px; width: 14px;}
.block .disable{ /*display: none;*/}