<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#GalleryContent {
    float:left;
    height: 100px;
    width: 49%;
    margin: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.7);
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.KatContent {
    width: 100%;
    height: 100px;
    position: relative;
    background-image: linear-gradient(to bottom, #000 0%, #333 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    z-index: 1;
}

.GalleryKatBG img {
    border-top-right-radius: 4px;
    top: 0px;
    right: 0px;
    position: absolute;
}

.GalleryKatName {
    max-width: 500px;
    font-size: 24px;
    text-indent:3px;
    font-weight: bold;
    top: 5px;
    left: 5px;
    color: #FFF; 
    position: absolute;
}

.GalleryKatDesc {
    width: 300px;
    height: 40px;
    color: #999;
    font-size: 10px;
    top: 35px;
    left: 8px;
    position: absolute;
}

.GalleryKatImgCount {
    max-width: 500px;
    font-size: 14px;
    text-indent:3px;
    font-weight: bold;
    bottom: 6px;
    left: 5px;
    color: #FFF;
    position: absolute;
}


#GalleryContentMin {
    float:left;
    width:19%;
    height: 80px;
    margin-left: 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    margin-top: 2px;
    border: 1px solid #999;
}

.IMGContent {
    width: 100%;
    height: 80px;
    position: relative;
    background: #f5f5f5 none repeat scroll 0 0;
    transition: background 0.4s ease-in-out 0s, margin 0.4s ease-in-out 0s;
    cursor: pointer;
    z-index: 1;
}

.GalleryKatBGimgPre {
    position: absolute;
}</pre></body></html>