.videoButton
{
    float: left;
    width: 215px;
    border: 2px solid #336699;
    padding: 5px;
    margin-bottom: 7px;
    background-color: #d7e3f1;
    font: 12px arial,sans-serif;
    cursor: pointer;
}

.videoButton:hover, .videoButtonSel
{
    border: 2px solid #ff9900;
}

.videoDn
{
    float: right;
    padding-top: 4px;
}

#videoClose
{
    font: 11px Arial;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: right;
}

#pageDim
{
    top:0px;
    left: 0px;
    height: 100%;
    width:100%;
    background-color: #000;
    position: fixed;
    opacity:0.4;
    filter:alpha(opacity=40);
    display: none;
    z-index: 50;
}

#videoList
{
    /*border: 1px dashed red;*/
    width: 280px;
}

#videoWrapper
{
    /*top:80px;*/
    background-color: #fff; 
    width: 1024px; 
    min-height: 548px; 
    padding: 20px;
    left:50%; 
    margin-left: -530px;
    position: absolute;
    display: none;
    z-index: 55;
}