/* CSS Document */
/* Tiny Scrollbar */
#aboutlist { width: 350px; clear: both; margin: 20px 0 10px; }
#aboutlist .viewport { width: 343px; height: 300px; overflow: hidden; position: relative; }
#aboutlist .overview { list-style: none; position: absolute; left: 0; top: 0; }
#aboutlist .thumb .end,
#aboutlist .thumb {
	background-color: #FF9900;
}
#aboutlist .scrollbar { position: relative; float: right; width: 7px; }
#aboutlist .track { background-color: #D8EEFD; height: 100%; width:5px; position: relative; padding: 0 1px; }
#aboutlist .thumb { height: 20px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#aboutlist .thumb .end { overflow: hidden; height: 5px; width: 5px; }
#aboutlist .disable{ display: none; }
