/* Tiny Scrollbar */
.contentchild-psg{ width: 425px}
.contentchild-psg .viewport { width: 393px; height: 127px; overflow: hidden; position: relative; }
.contentchild-psg .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.contentchild-psg .scrollbar{  position: relative; background-position: 0 0; float: right; width: 8px;margin-right:11px }
.contentchild-psg .track {height: 100%; width:13px; position: relative; padding: 0 1px}
.contentchild-psg .thumb {background:url(thumb.png.ashx) no-repeat center center ; height: 30px!important; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
.contentchild-psg .thumb .end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.contentchild-psg .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
