﻿.videoplayer
{
    width: 420px;
    height: 500px;
}
.player
{
}
.playlist
{
    width: 420px;
    height: 200px;
    margin: 0px auto;
    overflow: auto;
    float: left;
}
.content
{
    width: 400px;
    float: left;
    font-size: 10px;
}
