div.jp-audio-stream { background: #eee; padding: 2px; width: 44px; } div.jp-interface { } div.jp-audio-stream ul.jp-controls { padding:0px !important; margin:0px !important; } div.jp-interface ul.jp-controls li { padding:0px !important; margin:0px !important; } div.jp-interface ul.jp-controls a { display:block; overflow:hidden; text-indent:-9999px; } a.jp-play, a.jp-pause { width:40px; height:40px; } a.jp-play { background: url("../img/jplayer.jpg") 0 0 no-repeat; } a.jp-play:hover { background: url("../img/jplayer.jpg") -41px 0 no-repeat; } a.jp-pause { background: url("../img/jplayer.jpg") 0 -42px no-repeat; display: none; } a.jp-pause:hover { background: url("../img/jplayer.jpg") -41px -42px no-repeat; } div.jp-current-time { margin: 0px 0px 0 5px; } div#player-container{ width: 100%; } div#player{ padding: 20px; height: 50px; width: 250px; background-color: white; color: #555555; } #song-information{ width: 50%; float: left; text-align: left; } #controls{ float: left; text-align: left; } div#amplitude-album-art{ height: 90px; width: 90px; background-color: black; float: left; } #amplitude-play-pause{ width: 15px; height: 17px; margin: 0 5px 0 0; cursor: pointer; float: right; } .amplitude-paused{ background-image: url('../img/small-gray-play.png'); background-repeat: no-repeat; } .amplitude-playing{ background-image: url('../img/small-gray-pause.png'); background-repeat: no-repeat; } #amplitude-volume-slider{ width: 80%; float: right; } #amplitude-now-playing-name{ font-family: 'PT Sans', sans-serif; font-weight: 700; font-size: 12px; } #amplitude-now-playing-album{ font-family: 'PT Sans', sans-serif; font-weight: 400; font-size: 12px; } #amplitude-current-time{ font-family: 'PT Sans', sans-serif; font-size: 14px; font-weight: 400; }