﻿#bigPic
{ 
    width: 1000px;
    height:350px;
    max-width: 965px;
    max-height: 350px;
    overflow: hidden;
    position: relative;   
}

#bigPic:after
{
    clear: both;
}

.gradient
{
    position:absolute;
    top: 0;
    left: 0;
    background-image:url(images/gradient.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    width: 100%;
    display: block;
    height: 100px;
    z-index: 10;
}

.RoundTop
{
    position:absolute;
    width: 900px;
    z-index: 2;
}

#thumbsBackground
{
    width: 728px;
    height: 70px;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 25px;
    background-color: #20611B;
    margin-left: 4px;
} 

#bigPic img
{ 
    position: relative;
    display:none;
    overflow: hidden; 
} 

ul.styleNav
{
    list-style-type: none;
    position: absolute;
    z-index: 5;
    top: 308px;
    right: 455px;
}

div.Loading
{
    background-position: center center;
    background-image: url(Images/debsLoader.gif);
    background-repeat: no-repeat;
}

ul.styleNav li
{
    list-style-type: none;
    display: inline;
    margin-right: 5px;
    float: left;
}

div.SliderNav
{
    color: black;
    font-size: 28px;
    font-weight: bold;
    width: 10px;
    cursor: pointer;
    height: 8px;
    padding-left: 2px;
    padding-top: 5px;
}

div.inactive
{
    background-image: url(Images/DebsBannerInactive.png);
    background-repeat:no-repeat;
}

div.active
{
    background-image: url(Images/DebsBannerActive2.png);
    background-repeat:no-repeat;
}

div.hover
{
    background-image: url(Images/DebsBannerActive2.png);
    background-repeat:no-repeat;
}

.SeeMoreBtn
{
    position: absolute;
    background-image: url(/Portals/_default/skins/pmits/images/SeeMore.png) ;
    width: 95px;
    height: 23px;
    bottom: 15px;
    right: 20px;
    border: 0;
    background-color: transparent;
    z-index: 5;
    background-repeat: no-repeat;
}

.BannerTitle
{
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 20;
    display: block;
    line-height: 0px;
    width:100%;
}

.BannerTitle p
{
    display: none;
}

.TitleDisplay
{
    color: silver;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    top: 10px;
}

.TaglineDisplay
{
    color: #009ed9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    font-size: 44px;
    text-transform: uppercase;
    display: inline;
}

.SeeMoreBtn
{
    display: none;
}

.SeeMoreBtn:hover
{
    cursor: pointer;
}

.smallbreak
{
    margin: 0;
    padding: 0;
}