﻿#BrandingImgStyle2 {
    position: relative;
    display: block;
    width: 765px;
    height: 300px;
    margin-top: -4px;
    margin-bottom: 20px;
}

#indexBanner li {
    position: absolute;
}

#BrandingImgStyle2 > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}

    #BrandingImgStyle2 > div > ul {
        width: 97%;
        z-index: 10;
        margin: 0 auto;
        display: inline-block;
    }

        #BrandingImgStyle2 > div > ul > li {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 184px;
            text-align: center;
            float: left;
        }

            #BrandingImgStyle2 > div > ul > li > div {
                background-color: #d8d4d4;
                padding: 1px;
                margin: 1px;
            }

                #BrandingImgStyle2 > div > ul > li > div img {
                    width: 100%;
                }

            #BrandingImgStyle2 > div > ul > li.active, #BrandingImgStyle2 > div > ul > li:hover {
                margin-top: -10px;
            }
