/* Tiny Scrollbar */
#scroll-music { width: 595px; clear: both; margin: 70px 0 0 0; position: relative;  padding-right:30px;}
#scroll-music .viewport { width: 585px; height: 428px; overflow: hidden; position: relative;}
#scroll-music .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scroll-music .scrollbar,
#scroll-music .thumb .end,
#scroll-music .thumb { background: transparent url(../images/bg-scrollbar.png) no-repeat; }
#scroll-music .scrollbar { position: absolute; background-position: 0 0; float: right; width: 15px; z-index:10; right:0; }
#scroll-music .track	{ background: transparent url(../images/bg-scrollbar-end.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scroll-music .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; margin:1px 0 1px 0; }
#scroll-music .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scroll-music .disable { display: none; }
