.row {
    width: 100%;
}

.hidden {
    display: none;
    width: 0px;
    height: 0px;
}

#video_list li {
    width: 180px;
    height: 320px;
}

#video_list .thumb {
    width: 164px; 
    color: #808080;
}

#video_list .thumb img {
    width: 160px;
    padding: 2px;
    background: transparent;
    margin-bottom: 8px;
}
#video_list .thumb img.selected {
    background-color: #fff;
}
#videofeature #upper {

}

#main_info {
    margin-left: 670px;
    width: 200px;
}

#main_info .description {

    color: #808080;
}

#video_container {
    text-align: center;
    width: 650px;
    height: 450px;
    float: left;
}

#video_list_nav div {
    display: inline;
    cursor: pointer;
}

.selected {
    padding: 2px;
    background-color: red;
}
#thumbbar {
    width: 900px; 
    height: 320px;
    overflow:hidden;
    clear:both;
}
.centered{
    text-align: center;
}
#videofeature {
    text-align: left;
    width: 900px; 
    margin: auto;
}
#feature_header {
    text-align: center;
}
#video_list p {
    color: #999;
    width: 170px; 
}

#upper {
    position: relative;
    width: 900px; 
    height: 430px;
}
#controls {
    position: absolute;
    top: 400px;
    left: 700px;
    width: 110px;
    height: 30px;
    border: 1px solid #666;
    background-color: #000; 
     
    color: #fff;
}
#goright { cursor: pointer; width: 30px; }
#goleft { cursor: pointer; width: 30px; }
#current { width: 50px; text-align: center; font-size: 12px;}

