﻿#ActiveBanner187
{
    border: 0px;
    height: 241px;
    position:relative; /*Remember to put this in else the absolute positioning of child elements become a problem*/
}
#ActiveBanner187 ul
{
    padding: 0;
    margin: 0;
    border: 0;
}
#ActiveBanner187 li
{
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}
#ActiveBanner187 a
{
    text-decoration: none;
}

/*Banner Items*/
#ActiveBanner187 ul.bannerItems
{
    position: absolute;
    height: 221px;
}

#ActiveBanner187 div.imageFrame
{
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0px;
    width: 696px;
    height: 221px;
}
/*Text*/
#ActiveBanner187 div.textFrame
{
    display: block;
    position: absolute;
    z-index: 1001;
    top: 43px;
    left: 15px;
    width: 300px;
    padding: 5px;
    text-align: left;
}
/*Counter*/
#ActiveBanner187 div.counter
{
    display: block;
    position: absolute;
    z-index: 1002;
    top: 170px;
    left: 600px;
    width: auto;
    font-weight: bold;
    background-color: white;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#ActiveBanner187 div.counterItem
{
    display: block;
    float: left;
    padding: 3px 8px 3px 8px;
    font-size: 10px;
    font-weight: normal;
}
#ActiveBanner187 div.counterItemSelected
{
    display: block;
    float: left;
    padding: 3px 8px 3px 8px;
    font-size: 14px;
    font-weight: bold;
}

/*Player*/
#ActiveBanner187 div.player
{
    position: absolute;
    z-index: 1003;
    top: 221px;
    left: 580px;
}
#ActiveBanner187 div.player li
{
    display: inline-block;
    float:left;
    padding-right: 5px;
    width: 20px;
    height: 22px;
    cursor: pointer;
}

#ActiveBanner187 .player_prev
{
    background: url('/Content/dev-mtbeds/images/ActiveBanner/button_prev.png') no-repeat top left;
}
#ActiveBanner187 .player_play
{
    background: url('/Content/dev-mtbeds/images/ActiveBanner/button_play.png') no-repeat top left;
}
#ActiveBanner187 .player_pause
{
    background: url('/Content/dev-mtbeds/images/ActiveBanner/button_pause.png') no-repeat top left;
}
#ActiveBanner187 .player_next
{
    background: url('/Content/dev-mtbeds/images/ActiveBanner/button_next.png') no-repeat top left;
}

