a,
a:focus,
a:hover {
    color: #000;
}

html,
body {
    background-color: #C9C9C9;
}

h3 {
    color: #000;
    padding: 50px;
}

#footer_outer {
    width: 100%;
    position: fixed;
    bottom: 0;
}

#footer {
    width: 850px;
    border: 1px solid gray;

    display: table;
    margin: 0 auto;
}

.next-video {
    height:120px;
    width:auto;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-right: 2px;
}

.current-video {
    height:130px;
    width:auto;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 850px;
}

.jcarousel ul {
    width: 10000em;
    position: relative;

    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}
