﻿
.classVideoCell 
{
    margin-left: 10px;
    filter:alpha(opacity=99);-moz-opacity:.50;opacity:.50;
}
div.mainBg {
    background-image: url(../images/grad-back.jpg);
    background-repeat: repeat-y;
    background-position:center;   
}
div.recentVideoBg {
    background-image: url(../images/recent-video-back.jpg);
    background-repeat: repeat-x;
}
div.bottomGradBg {
    background-image: url(../images/bottom-grad-back.jpg);
    background-repeat: repeat-x;
    background-position:top;
}
div.prassoAFriendGradBg {
    background-image: url(../images/prasso-a-friend-grad-back.jpg);
    background-repeat: repeat-x;
    background-position:top;
}

div.testimony 
{
    text-align:left; 
    margin-left: 10px; 
    margin-right: 10px; 
}
.testimonyOuterPanel
{
    min-height: 80px;
}

.bottomMargin1 
{
    margin-top: 5px;
    margin-left: 10px;
}
.bottomMargin 
{
    margin-left: 10px;
}
.leftMargin 
{
    margin-left: 10px;
}
.transOn
{
    filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

.transOff
{       
}
