
.UIBannerControl {
    margin: 0 auto;
}
.UIBannerControl > img {
    border-radius: 8px;
}
.UIBannerControl .BannerMenu {
    background: rgba(51, 51, 51, 0.5) none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font: bold 9pt arial;
    padding: 4px 10px;
    text-align: right;
    text-transform: uppercase;
    width: 1020px;
}
.UIBannerControl .BannerMenu a {
    color: #fff;
    font: bold 9pt arial;
}
.UIBannerControl .BannerMenu a:hover {
    color: #ab0002;
}
