
.UIBannerControl {
    /* width:1050px !important; */
}
.UIBannerControl img {
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 2px;
}
.UIBannerControl .BannerMenu {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.5);
    border-radius: 0 0 10px 10px;
    color: #fff;
    font: bold 9pt arial;
    padding: 4px 10px;
    text-align: right;
    text-transform: uppercase;
    #width: 1050px;
}
.UIBannerControl .BannerMenu a {
    color: #fff;
    font: bold 9pt arial;
}
.UIBannerControl .BannerMenu a:hover {
    color: #ab0002;
}
@media only screen and (max-width: 768px){
    .UIBannerControl {
    width:auto !important;
}
}