﻿#pg-canvas
{
    height: 430px;
    position: relative;
    background-color: Black;
}
#pg-canvas h1
{
    position:absolute;
    bottom:10px;
    left:10px;
    color:White;
    font-weight:normal;
    font-size:14px;
}
#pg-video
{
    height: 404px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 470px;
}

#pg-sidebar
{
    background-color: #DBDADF;
    border-left: 4px solid #959598;
    height: 421px;
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    overflow-y:scroll;
    padding-top:5px;
}

#pg-sidebar ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
}

#pg-sidebar li.pg-selected-video
{
    border:2px solid red;
}