﻿/* Styling for the promo slider */

#OuterPromoContainer {
    display: inline-block;
    width: 100%;
}

#PromoContainer {
    float: left;
    width: 955px;
    height: 100px;
    position: relative;
}

#PromoLeftCap {
    width: 26px;
    float: left;
}

#PromoRightCap {
    float: right;
    width: 26px;
}

.ie7 #PromoRightCap {
    float: none;
}

#RightButton {
    position: relative;
    width: 26px;
    height: 26px;
    margin: 36px 0 0 0;
    z-index: 2;
    cursor: pointer;
    background-image: url('../Images/Icons/square-right-arrow.png');
}

    #RightButton.locked {
        background-image: url(/Content/Images/Icons/square-right-arrow.png);
        cursor: default;
    }

#LeftButton {
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    margin: 36px 0 0 0;
    z-index: 2;
    cursor: pointer;
    background-image: url('../Images/Icons/square-left-arrow.png');
}

    #LeftButton.locked {
        background-image: url('../Images/Icons/square-left-arrow.png');
        cursor: default;
    }

#InnerItemContainer {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100%;
}

#MovableContainer {
    position: absolute;
    top: 0px;
    left: -360px;
    width: auto;
    height: 120px;
}

    #MovableContainer li {
        display: inline;
        position: absolute;
        list-style-type: none;
        border-radius: 10px;
        background-color: #444444;
    }

.PromoItem {
    width: 300px;
    height: 96px;
    float: left;
    margin-top: 0px;
    padding: 2px;
    cursor: pointer;
    background-color: #444444;
}

    .PromoItem a {
        border-radius: 10px;
    }

        .PromoItem a img {
            width: 300px;
            height: 96px;
            border-radius: 10px;
        }

#PromoList {
    width: 100%;
    height: 103px;
    overflow: hidden;
}
