#scrollbar1 { width:350px; clear: both; margin: 0px 0 10px; float:left; }

#scrollbar1 .viewport { width:345px; height: 600px; overflow: hidden; position: relative; float:left; }

#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }

#scrollbar1 p{ padding:0px 0px 0px 0px; margin:0px; font-size:12px;}

#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: url(../images/bg-scrollbar.png) no-repeat;  }

#scrollbar1 .scrollbar { position:relative; float: right; width: 5px; background:none; }

#scrollbar1 .track	{ background: transparent 0 0; height: auto; width:5px; position: relative; padding: 0 1px; }

#scrollbar1 .thumb { background-position: 100% 0%; height: auto; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:0px; }

#scrollbar1 .thumb .end { background-position: 100% 0%; height: auto; width: 13px; }

#scrollbar1 .disable { display: none; }
