.live-banners {
    border: none !important;
}

#banner_top_top{
    top: 70px;
    position: absolute;
    margin: 0 315px;
}

#banner_top_bot img{
    margin:5px 0;
    width: 470px;
    height: 55px;
}

#banner_top_top img{
    width: 320px;
    height: 70px;
}

#banner_lf_international img, #banner_lf_asia img, #banner_lf_more img{
    width: 128px;
    height: 55px;
}

#liveTopBanner {
    margin: 0 auto !important;
}

#liveTopBanner::after {
    display: block;
    content: '';
    clear: both;
}

#liveTopBanner > a {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#liveTopBanner > a:nth-child(3n){
    clear: both;
}

.live-banners img {
    position: relative;
    max-width: 100%;
}

#rightBotBanner,
#liveRightBanner {
    width: 300px;
    overflow: hidden;
    margin-bottom: 10px;

    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
}

#rightBotBanner {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

#fixedBottomBanner,
#fixedRightBanner,
#liveLeftBanner {
    position: fixed;
    /*width: 70px;
    left: 10px;*/
    width:auto;
    margin-left:-115px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 3px;
}

#fixedRightBanner {
    /*right: 10px;
    left: auto;*/
    margin-left:965px;
}

#fixedBottomBanner {
    right: auto;
    left: auto;
    bottom:10px;
    top:auto;
    display:block;
    transform:none;
    width:100%;
    text-align:center;
    margin:0;
}

#fixedBottomBanner img{
    margin-left:10px;
    margin-right:10px;
    width: 250px;
    height: 55px;
}

#mySlides img{
    width: 320px;
    height: 55px;
}

#liveLeftBanner img {
    /* margin-bottom: 3px; */
    width: 100px;
    height: 140px;
}

#fixedRightBanner img {
    /* margin-bottom: 3px; */
    width: 100px;
    height: 140px;
}

.live-banners.sticky {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999;
}

.top-add {
    display: none;
}

@media(max-width: 800px){
    #liveTopBanner > a {
        float: none;
        max-width: 100%;
        width: 100%;
        margin-bottom: 1px;
        display: block;
    }

    #fixedRightBanner,
    #liveLeftBanner {
        display: none;
    }
}

#banner_lf_more {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    padding: 5px;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 3px;
}

#banner_lf_home a,
#banner_lf_asia a,
#banner_lf_international a {
    height: auto !important;
    margin: 5px 5px 5px 0;
}

#banner_top_mid {
	padding-bottom: 5px;
	text-align: center;
}

#banner_top_bot a:nth-child(even) {
    /*float: right;*/
    margin-left: 5px;
}
#banner_top_mid a {
    margin-right: 5px;
}
#banner_top_mid a:last-child {
    margin-right: 0px !important;
}

#banner_top_mid img {
	/*width: 262px;
	height: auto;*/
	width: 250px;
    height: 55px;
}