﻿
.SlideShowTabPanel
{
    width: 100%;
    height: 100%;
    position: relative;
}

.SlideShowTabPanel .Surface
{
    width: 100%;
}


.SlideShowTabPanel .Surface .Panel
{
    position: absolute;
    width: 100%;
    display: none;
}

.SlideShowTabPanel .Surface .Panel .content
{
    background-color: white;
    padding-top: 0px;
    margin-top: -5px;
    padding-left: 0px;
    margin-left: 20px;
    font-weight: normal;
    width: 673px;
    height: 260px;
    float: left;
}

.SlideShowTabPanel .Surface .Panel .content .imgContainer
{
    float: right;
    height: 295px;
    background-position: bottom;
    background-repeat: no-repeat;

}

.SlideShowTabPanel .Surface .Panel .content .title
{
    font-size: 25px; color: #C2300B; margin: 0px 0px 0px 0px; line-height: 40px; 
}


.SlideShowTabPanel .Surface .Panel .content .imgContainer img
{
    visibility: hidden;
}


.SlideShowTabPanel .Surface .selected
{
    display: block;
}


.SlideShowTabPanel .Menu
{
    width: 550px;
    height: 27px;
    bottom: 0px;
    position: absolute;
    overflow: hidden;
}

.SlideShowTabPanel .Menu .Button
{
    text-decoration: none;
    color: Black;
    height: 2px;
    background-color: #BFDDEF;
    opacity: 0.2;
    filter: alpha(opacity = 20);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    float: left;
    text-align: center;
    padding-top: 7px;
    color: Black;
    height: 27px;
    font-size: 12px;
}

.SlideShowTabPanel .Menu a
{
    position: relative;
    display: block;
    color: Black;
    float: left;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #646464;
    padding-top: 7px;
    height: 21px;
}

.SlideShowTabPanel .Menu .Selected
{
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

