/* Tiny Scrollbar */
#divDealerListScroll { width: 400px; height:350px; }
#divDealerListScroll .viewport { height: 100%; overflow: hidden; position: relative; }
#divDealerListScroll .overview { list-style: none; position: absolute; left: 0; top: 0; margin: 0; }
#divDealerListScroll .scrollbar{ height:232px; background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 10px; }
#divDealerListScroll .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#divDealerListScroll .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png); height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -0; }
#divDealerListScroll .thumb .end { overflow: hidden; height: 5px; width: 25px; }
#divDealerListScroll .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
