#audioplayer.size-med {
    width: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid #454545;
    box-shadow: inset 0 1px 2px #505050, 0 3px 10px #666;
    background: #222;
    background: -moz-linear-gradient(top, #333333 0%, #111111 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #111111));
    background: -webkit-linear-gradient(top, #333333 0%, #111111 100%);
    background: -o-linear-gradient(top, #333333 0%, #111111 100%);
    background: -ms-linear-gradient(top, #333333 0%, #111111 100%);
    background: linear-gradient(to bottom, #333333 0%, #111111 100%);
    padding: 10px 15px;
    float: left;
}

/*Stop button*/
.size-med #songStop {
    background: #e7e7e7;
    box-shadow: 0 1px 2px #000;
    width: 12px;
    height: 12px;
    cursor: pointer;
    float: left;
    border-radius: 1px;
    margin: 2px 20px 0;
}

/*Play/Pause button*/
.size-med #songPlayPause {
    color: #e9e9e9;
    text-shadow: 0 1px 2px #000;
    font-size: 12px;
    cursor: pointer;
    float: left;
    width: 12px;
    text-align: center;
}

.size-med #songPlayPause.playing {
    font-weight: bold;
    height: 14px;
    overflow: hidden;
}

/*Song location slider*/
.size-med #songSlider {
    width: 87%;
    height: 15px;
    float: left;
    border-bottom: 1px solid #232323;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 3px;
    box-shadow: inset 0 1px 1px #101010;
    background: #222222;
    background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #222222 0%, #000000 100%);
    background: -o-linear-gradient(top, #222222 0%, #000000 100%);
    background: -ms-linear-gradient(top, #222222 0%, #000000 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

/*Track progress bar*/
.size-med #trackProgress {
    width: 0;
    height: 15px;
    margin-top: 1px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 1px 0 2px #666;
    background: #00a8ff;
    background: -moz-linear-gradient(left, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0077b4), color-stop(50%, #00a8ff), color-stop(100%, #50c3fe));
    background: -webkit-linear-gradient(left, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
    background: -o-linear-gradient(left, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
    background: -ms-linear-gradient(left, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
    background: linear-gradient(to right, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
}

.size-med #songTimeA {
    margin-top: 1px;
    position: absolute;
    left: 3px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    pointer-events: none;
    cursor: default;
}

.size-med #songTimeB {
    margin-top: 1px;
    position: absolute;
    right: 3px;
    font-size: 10px;
    color: #666;
    pointer-events: none;
    cursor: default;
    z-index: 100000;
}

.size-med #songTimeC {
    position: absolute;
    left: 3px;
    font-size: 10px;
    color: white;
    pointer-events: none;
    cursor: default;
    font-weight: bold;
}

.size-med #songTimeD {
    text-align: right;
    width: 40px;
    font-size: 10px;
    color: white;
    pointer-events: none;
    margin-left: 22px;
    cursor: default;
    font-weight: bold;
}

#volume-container {
    position: absolute;
    width: 70px;
    height: 30px;
    margin-top: -10px;
    padding-top: 10px;
    right: -17px;
}

/*Volume Up Button*/
.size-med #volumeUp {
    position: absolute;
    top: 0;
    right: 20;
    color: #e9e9e9;
    cursor: default;
    opacity: 0;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}

/*Volume Down Button*/
.size-med #volumeDown {
    position: absolute;
    bottom: 0;
    right: 20;
    color: #e9e9e9;
    cursor: default;
    opacity: 0;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}

/*Volume Meter*/
.size-med #volumeMeter {
    width: 8px;
    height: 40px;
    box-shadow: inset 1px 0 3px #000;
    position: absolute;
    right: 0px;
    top: -2px;
    opacity: 0;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    background: #292929;
    background: -moz-linear-gradient(left, #444444 0%, #111111 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(100%, #111111));
    background: -webkit-linear-gradient(left, #444444 0%, #111111 100%);
    background: -o-linear-gradient(left, #444444 0%, #111111 100%);
    background: -ms-linear-gradient(left, #444444 0%, #111111 100%);
    background: linear-gradient(to right, #444444 0%, #111111 100%);
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*Volume Location Meter*/
.size-med #volumeStatus {
    width: 8px;
    height: 40px;
    box-shadow: inset 1px 0 3px #666;
    background: #0077b4;
    background: -moz-linear-gradient(top, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0077b4), color-stop(50%, #00a8ff), color-stop(100%, #50c3fe));
    background: -webkit-linear-gradient(top, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
    background: -o-linear-gradient(top, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
    background: -ms-linear-gradient(top, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
    background: linear-gradient(to bottom, #0077b4 0%, #00a8ff 50%, #50c3fe 100%);
}

#volume-container:hover #volumeMeter {
    opacity: 1;
}


#volume {
    float: left;
    margin-left: 15px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}

#volume-icon {
    width: 6px;
    height: 6px;
    border-radius: 1px 0 0 1px;
    background: #e9e9e9;
    color: #e9e9e9;
    font-size: 8px;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1.0;
    margin: 6px 6px 6px 0;
    box-shadow: 0 1px 2px #000;
}

#volume-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -6px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: 8px solid #e9e9e9;
}

#volume-container:hover:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 6px;
    top: 14px;
    border: 6px solid transparent;
    border-left: 6px solid #242424;
}

#volume-container:hover #volumeUp, #volume-container:hover #volumeDown {
    opacity: 1;
    text-shadow: 0 1px 0 #000;
}


#volume span {
    font-size: 16px;
    width: 3px;
    margin-top: -10px;
    text-align: center;
    color: #e9e9e9;
    display: inline-block;
    *display: inline;
    zoom: 1.0;
    vertical-align: middle;
    text-shadow: 0 1px 2px #000;
}

#volume span:nth-child(3) {
    font-size: 12px;
}

#volume span:nth-child(2) {
    font-size: 9px;
}

#volume.muted span {
    display: none;
}

/* TRACKLIST */

#tracklist {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
    border: 1px solid #ccc;
    margin-top: 2px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    float: left;
    padding: 10px;
}

#tracklist ul {
    color: #444;
    text-shadow: 0 1px 0 #fff;
    list-style: none;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0;
    font-weight: normal;
}

#tracklist ul li {
    cursor: pointer;
}

#tracklist ul li:hover {
    opacity: .7;
}

#tracklist ul li span {
    color: #00a8ff;
}

#tracklist ul li em {
    color: #999;
    font-size: 10px;
}

.size-med #trackProgress {
    /*width: 100% !important;*/
}
