﻿/* Tiny Scrollbar */
#scrollbar1 { width: 243px; clear: both; margin: 23px 65px 0 0; }
#scrollbar1 .viewport { width: 230px; height: 410px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(../../images/bg-scrollbar.jpg) no-repeat; }
#scrollbar1 .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track	{ background: transparent url(../../images/bg-scrollbar-end.gif) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background-position: 100% 0; height: 15px; width: 13px; }
#scrollbar1 .disable { display: none; }
