.sc-player{width:998px;height:82px;background:transparent url('http://flash.atlrec.com/soundcloudplayers/bob/css/sc-player-standard/img/bg.png') top left no-repeat;}
.sc-player ol, .sc-player li{margin:0;padding:0;list-style-position:inside;}

/* Artworks */
.sc-player .sc-artwork-list{width:262px;height:100%;background-color:transparent;list-style-type:none;position:relative;}
.sc-player .sc-artwork-list li{list-style-type:none;display:none;}
.sc-player .sc-artwork-list li.active{list-style-type:none;display:block;position:relative;top:18px;left:210px;}
.sc-player .sc-artwork-list li img, .sc-player .sc-artwork-list li div{list-style-type:none;width:50px;height:50px;}
.sc-no-artwork{display:none;}
.activetitle{display:none;}
.activetitle .active{position:relative;top:450px;left:30px;}

/* controls */
.sc-player .sc-controls{position:relative;z-index:800;width:21px;height:26px;left:270px;top:-55px;}
.sc-player .sc-controls a{display:block;width:21px;height:26px;}
.sc-player .sc-controls a.sc-pause{display:none;}
.sc-player.playing .sc-controls a.sc-play{display:none;}
.sc-player.playing .sc-controls a.sc-pause{display:block;}

/* scrubber */
.sc-scrubber{position:absolute;left:320px;top:39px;height:20px;width:236px;display:block;z-index:600;}
.sc-scrubber .sc-time-span{height:20px;position:relative;}
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played{height:20px;position:absolute;top:0;}
.sc-track-duration{text-align:right;float:right;padding:0 5px;margin-left:5px;}
.sc-scrubber .sc-time-indicators{position:absolute;left:242px;top:0;}

/* tracks */

/* Track listings*/
.sc-player ol.sc-trackslist{position:absolute;float:left;width:300px;height:50px;top:25px;left:680px;overflow:auto;}
.sc-player ol.sc-trackslist li{cursor:pointer;margin:1px 5px;padding:3px 30px 3px 5px;position:relative;}
.sc-player ol.sc-trackslist li span{position:absolute;right:0;top:3px;}

/* volume control */
#volholder{background:url('http://flash.atlrec.com/soundcloudplayers/bob/css/sc-player-standard/img/volbg.png') 0 -4px no-repeat;padding-left:23px;width:55px;height:17px;top:0;left:270px;position:absolute;}
.sc-volume-slider{width:35px;height:9px;position:relative;top:4px;}
.sc-volume-slider .sc-volume-status{position:absolute;width:0%;height:7px;top:1px;left:1px;max-width:33px;}

/* utilities */
.sc-player .hidden{display:none;}
.sc-player-engine-container{width:1px;height:1px;position:fixed;top:2px;left:2px;}

/* scrollbar in player */
::-webkit-scrollbar {width:13px;height:13px;}
::-webkit-scrollbar-button:vertical {background-color:#fbf7ed;}

/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {display:block;}

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {display: none;}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {background-color:#77a4b0;height:0;}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {background-color: #fbf7ed;height:0;}
::-webkit-scrollbar-track:vertical {background-color:#77a4b0;}

/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {}

/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {}

/* Track below and above */
::-webkit-scrollbar-track-piece {background-color: #fbf7ed;}

/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {height:5px;background-color:#77a4b0;}

/* Corner */
::-webkit-scrollbar-corner:vertical {background-color:#77a4b0;}

/* Resizer */
::-webkit-scrollbar-resizer:vertical {background-color:#77a4b0;}
