﻿.videoGallery
{
   
    width: 99%;
    float: none;
    display: block;
    background-position: right top;
    background-image: url('../_img/film.png');
    background-repeat: no-repeat;
    background-color: #68696B;
    background-color: #BCCDD7;
}

.videoGallery .main
{
    width: 100%;
    float: none;
    display: block;
    height:auto;
    margin-bottom:0;
    
}
.videoGallery .mainVideo ,.videoGallery .youtubeVideo 
{
    width:400px;
    padding:5px;
    float:left;
    
                          }
.videoGallery .mainInfo
{
     float:right;
    padding: 10px;
    width:140px;
}
.videoGallery .mainInfo h3
{
    font-size: 13px;
   color: #333333;
   margin-bottom:5px;
}
.videoGallery .mainInfo label
{
    color: #333333;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 5px;
}
.videoGallery .mainInfo span
{
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.videoGallery .thumbs {padding:10px;width:98%;padding-left:0;margin-top:0;padding-top:0;}
.videoGallery .thumbs .thumb{ cursor:pointer; width:150px; border:1px solid #000;padding:0; float:left; margin-bottom:5px;margin-left:10px;}
.videoGallery .thumbs .thumb .body
{
    background-position: left bottom;
    background-image: url('../_img/film_small.png');
    background-repeat: no-repeat;
    background-color: #68696B;
    background-color: #BCCDD7;
    background-color: #CCCCCC;
    height: 80px;
   
   
    vertical-align:middle;
    text-align:center;
    padding:0px;
}
.videoGallery .thumbs .thumb .body div
{
    padding:20px;
}
.videoGallery .thumbs .thumb .body img
{
     vertical-align:bottom;
     height: 80px;
     width:150px;
}
.videoGallery .thumbs .thumb .footer
{
    background-position: left;
    background:#000;
    height:100%;
    padding: 3px;
    
    text-align: right;
    color: #fff;
    font-size: medium;
    font-weight: bold;
    vertical-align: middle;
}
.videoGallery .thumbs .thumb .footer h4
{
    
    font-size: 12px;
    vertical-align:middle;
    margin:0;
    color: #fff;
}
.videoGallery .thumbs .thumb .footer a
{
    vertical-align:bottom;
      color:#BDDCEB;
      font-size: small;
}