﻿#audioplayer{
	width: 400px;
	height: 42px;
	margin: 50px auto auto auto;
}

#pButton{
  position:absolute;
  left:0px;
  top:50px;
    height:42px; 
    width: 42px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play{background: url('play.png') ;}
.pause{background: url('pause.png') ;}

#timeline{
  position:absolute;
  left:10px;
  top:10px;
	width: 400px;
	height: 10px;
	margin-top: 20px;
	float: left;
	border-radius: 15px;
  border: 1px solid #61B283; 
}

#playhead{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-top: 1px;
	background: #61B283;   
}