.brandingBar
{
    position: fixed;
    height: 155px;
    width:220px;
    right: 1%;
    bottom: 5%;
    background-color: #f0f0f0;
        z-index:1;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    display: none;
}
.brandingBarHover
{
    position: fixed;
    height: 155px;
    width:220px;
    right: 1%;
    bottom: 5%;
    background-color: #f0f0f0;
        z-index:1000;
    display: none;
}

.photo
{
    position: absolute;
    top: 20px;
    left: 5px;
    
}
.phototitle
{
    position: absolute;
    
    top: 0;
    left: 5px;
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: left;
    color: blue;
    
}
.phototext
{
    position: absolute;
    
    bottom: 0px;
    left: 5px;
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: left;
    color: blue;
    
}
.vvlink
{
    position: absolute;
    width:90px;
    top: 45px;
    right: 2px;
    font-family: tahoma, sans-serif;
    font-size: 8pt;
    text-align: right;
    color: red;
    font-weight: bolder;
}
.vvclosebutton
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.vvlink a:hover
{
    background-color: yellow;
}
.vvlink a:active, a:visited
{
    color: red;
    text-decoration: underline overline;
}
.testimonial
{
    position: absolute;
    width: 215px;
    padding: 5px 2px;
    margin: 0;
    top: 144px;
    right: 8px;
    font-family: arial, sans-serif;
    font-size: 9pt;
    text-align: center;
    color: blue;
}

