﻿/* ----- Thumbnail Grid Styles */
#LeftWrapper .thumbsx
{
    float:left;
    margin:0;
    padding: 0 0 0 0;
    width:210px;
    
}

#CenterWrapper .thumbsx
{
    float:left;
    margin:0;
    padding: 0 0 0 0;
    width:380px;
    
}

#RightWrapper .thumbsx
{
    float:left;
    margin:0;
    padding: 0 0 0 0;
    width:210px;
    
}

.thumbsx ul
{
    
}

.thumbsx ul, .thumbsx li 
{
    list-style: none;
    margin:0;
}

.thumbsx li 
{
    float:left;
    padding: 3px 0 0 5px;
    position: relative;
    width: 150px;
    height: 140px;
}

#CenterWrapper .thumbsx li 
{
    height:130px;   
}



.thumbsx a 
{
    text-decoration: none;
}

.thumbsx a span 
{

    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 130px;
    background: url('/Display/Images/media/VideoFrame.png') no-repeat top;
    overflow: hidden;
}

#CenterWrapper .thumbsx a span 
{
    height:130px;
}

.thumbsx img
{
    border:0;
}

.thumbsx a:hover span 
{
    cursor: hand;   
}

.title
{

    position:absolute; 
    top:95px; left:10px; height:35px; 
    color:#fff;
    width:135px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
}

#TitleWrapper
{
    width:610px;
}