body{background:#333}#playlist{position:absolute;height:64px;overflow:hidden; background-color: #212121}#playlistContent{position:absolute;background:#2c2c2c;top:0;left:0;height:100%;margin:0;padding:0}.item{position:absolute;width:250px;height:100%;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;border:1px solid;border-top-color:#333;border-left-color:#333;border-right-color:#000;border-bottom-color:#000}.itemLeft{width:60px;height:50px;z-index:100}.itemRight{position:absolute;right:0;left:70px;top:5px;font-family:Arial,Helvetica,sans-serif}.itemRight .title{color:red;width:100%;font-size:13px;font-weight:bold}.itemRight .description{color:#c5c5c5;width:100%;font-size:11px;padding:2px 50px 5px 0;text-shadow:1px 1px 1px #000}.itemLeft .thumbnail_image{-moz-box-shadow:0 0 2px #fff;-webkit-box-shadow:0 0 2px #fff;box-shadow:0 0 2px #fff;height:100%;margin:5px 5px 5px 5px}.item:hover{width:250px;height:100%;background:#353535}.itemSelected{background:#353535}.itemUnselected{background:#212121}.myScrollbarH{position:absolute;z-index:100;height:6px;bottom:0;left:1px;right:1px}.myScrollbarH>div{position:absolute;z-index:100;height:100%;background-image:-webkit-gradient(linear,0 0,100% 0,from(#868686),to(#555));background-image:-moz-linear-gradient(top,#868686,#555);background-image:-o-linear-gradient(top,#868686,#555);background-image:-ms-linear-gradient(top left,#868686 0,#555 100%);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;-o-background-clip:padding-box;background-clip:padding-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);-o-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5)}.item,.scrollbar,.scrollbarBg{cursor:pointer}