/* Absolute Center */
.abs-center{
	margin: auto;
	position: fixed;
	top:0; right:0; bottom:0; left:0;
}
/*Container for audio player*/
#audioplayer{
    width: 100%;
    height: 75px;
    margin: auto;
    margin-top: 0px;
    background-color: €fffff1;
    text-align: center;
}
/* Play/Pause Button */
#pButton{
    height: 41px;
    width: 36px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    display: inline-block;
    margin-top: 14px;
}
/*Classes for play/pause button background*/
.play{background: url('../media/Play.svg') ;}
.pause{background: url('../media/PS3.svg') ;}



.playpause {
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
}

.playhome {
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
}

a.ff {
    margin-top: 18px;
    margin-right: 10px;
    float: right;
}

a.rr {
    margin-top: 18px;
    margin-left: 10px;
    float: left;
}


#timeline{
    width: 100%;
    height: 10px;
    background: rgba(0,0,0,.3);
    margin-top: 10px;
    border-radius: 15px;
    margin-left: 1px;
    max-width: 366px;
}
/*Grabable Playhead*/
#playhead{
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 1px;
    background: black;
}
