
    #BannerGallery {
        width:                  790px;
        height:                 246px;
        position:               relative;
    }

    #BannerGallery-Controls {
        position: absolute;
        bottom:                 0px;
        left:                   0px;
        width:                  100%;
        background-image:       url('/img/Glass Buttons/Background-Translucent.png');
        text-align:             center;
        z-index:                100 !important;
    }

    .BannerGallery-Controls-Button img {
        display:                inline;
    }

    .BannerGallery-Controls-Button img:hover {
        background-image:       url('/img/Glass Buttons/Background-Light-Green.png');
    }

    .BannerGallery-Controls-Button.active img{
        background-image:       url('/img/Glass Buttons/Background-Dark-Green.png') !important;
    }

    #BannerGallery-Controls-Left {
        position:               absolute;
        left:                   .5em;
    }

    #BannerGallery-Controls-Right {
        position:               absolute;
        right:                  .5em;
    }

