﻿#RotatorItemsContainer
{
    position:absolute;
    left:0px;
    top:0px;
}
.RotatorContainer
{
    position:relative;
    overflow:hidden;
}
.RotatorItem
{
    position:absolute;
    top:0px;
}
.RotatorOverlay
{
    position:absolute;
    bottom:0px;
    width:663px;
    height:91px;
    background:transparent url('../Images/overlayBg.png') top left repeat;
    behavior: url(iepngfix.htc);
    cursor:pointer;
}
.RotatorItemLink
{
    display:block;
    width:100%;
    height:100%;
    z-index:100;
}
.RotatorTitle
{
    margin:8px 0px 3px 12px;
    font-size:1.5em;
    font-weight:bold;
    line-height:1em;
    color:#ffffff;
}
.RotatorSubTitle
{
    margin:0px 0px 0px 12px;
    font-size:0.8em;
    color:#ffffff;
}
.RotatorOverlay:hover
{
    text-decoration:none;
}
#RotatorPositionsContainer
{
    position:absolute;
    height:20px;
    z-index:100;
    top:220px;
    left:12px;
}
.RotatorPosition
{
    font-size:0px; /* for IE6 */
    background-repeat:repeat-x;
    float:left;
    margin:0px 7px 0px 0px;
    width:14px;
    height:14px;
    border:1px solid #000000;
    background-color:#013705;
}
.RotatorAd
{
    position:relative;
    width:665px;
    height:56px;
}
.RotatorAdBtnExpand
{
    position:absolute;
    top:0px;
    right:0px;
    width:64px;
    height:24px;
    background-image:url('../Images/expand.jpg');
    cursor:pointer;
}
.RotatorBigAd
{
    font-size:0px; /* for IE6 */
    position:absolute;
    bottom:0px;
    width:665px;
    height:351px;
    background-color:#ffffff;
    z-index:500;
    overflow:hidden;
    left:0px;
}
.RotatorAdBtnClose
{
    background-color:#ffffff;
    font-size:11px;
    position:absolute;
    top:0px;
    right:0px;
    padding:8px;
    margin:8px;
    border:1px solid #000000;
    cursor:pointer;
}