Play Video
#skin{
border:3px dashed steelblue;
border-radius: 10px;
width: 700px;
margin: 50px auto;
text-align: center;
padding:15px 0px;
}
section{
/* border: 1px solid red; */
margin-top: 10px;
}
button{
width: 50px;
text-transform: capitalize;
}
#buttons{
/* border: 1px solid red; */
width:120px;
float:left;
}
#defaultBar{
border: 1px solid #aaa;
width:560px;
height: 16px;
float:left;
padding: 2px;
}
#progresessBar{
width:0px;
height:16px;
background: #aaa;
}