.videoHolder, #controls {
    width: 90%;
    margin: auto;
}
video {
    width: 100%;
}

a:hover, a:active {
    text-decoration: none;
    display: block;
}

#verses, #tracklists, #langs {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#verses li, #tracklists li, #langs li {
    float: left;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 37px;
    font-weight: 1.4em;
    margin: 0px 0px 4px 4px;
}

#verses li, #tracklists li {
    width: 37px;
}

#tracklists li { 
    border: 3px solid #cc0000;
}

#tracklists li a img {
    position: relative;
    left: -3px;
    top: -3px;
}

#verses li, #langs li {
    background-color: #888;
}

#verses li a, #tracklists li a , #langs li a{
    color: #fff;
    display: block;
    height: 37px;
}

#verses li a, #tracklists li a {
    width: 37px;
}
#langs li a {
    padding: 0px 4px;
}

#verses li.current, #langs li.current {
    background-color: #cc0000;
}