#mainContent #left {
    float: left;
    width: 253px;
    padding-right: 5px;
}

#mainContent #right {
    width: 720px;
}

#mainContent #right .grid1 {
    width: 100%;
}

#newsDetails {
    width: auto;
}

#newsDetails #newsDetails_right {
    margin-left: 20px;
}

#newsLeft {
    width: 100%;
    margin-top: 0;
}

.newsListSmallWrap .page li.current {
    background: url(/revamp/asiangames2026/web/assets/images/selected_page_bg.png) no-repeat;
}

#newsDetails {
    margin-top: 0;
}
.imageEnlargeThumbList .changeButtonRight,
.imageEnlargeThumbList .changeButtonLeft{
    position: absolute;
    top: -110px;
}
.imageEnlargeLargeList .changeButtonLargeRight,
.imageEnlargeLargeList .changeButtonLargeLeft{
    position: absolute;
    top: 190px;
}

.CatfishBannerDiv {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    display: none;
}

.CatfishBannerDiv #img_close{
    float: right;
    cursor: pointer;
}
.splashAdDiv{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    z-index: 150;
}

.splashAdDiv .splashAd {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.splashAdDiv #img_close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0px;
    margin: 0px;
    z-index: 200;
    cursor: pointer;
}

.splashAdDiv #img_close img {
    width: 18px;
    height: 18px;
    background: white;
    padding: 5px;
    border-radius: 15px;
}
#Crazyad {
    position:absolute;
    width:100%;
    text-align:center;
    z-index: 999;
    top: 30%;
}

