<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .Gallery3div {
        margin: 0 auto;
        height:auto;
        width:100%;
        text-align:center;
    }

    .Gallery3Heading {
        text-align:left;
    }
    .maskpreview {
        position:absolute;     
    }
    .maskpreview2 {
        position:absolute;     
    }

    .GalleryBlocks {
        margin-left:10px;
        padding-left:0px; 
        display: inline-block;
        position:relative;
    }

    .GalleryBlocks img {
      float: left;
      margin: 10px;

    }

    .GalleryBlocks img:hover {
 
    }

    .GalleryBlocksHeading {
        width:inherit;
        position:relative;
        cursor:pointer;
    }


     .PhotoBlocks {
        list-style-type: none;
        margin-left:10px;
        padding-left:0px; 
        display: inline-block;
        position:relative;
    }


    .PhotoBlocks img {
     float: left;
      margin: 10px;
    

    }
    .PhotoBlocks img:hover {

    }

    .PhotoBlocksHeading {
      width:inherit;
    }


    #cboxTitle {
    font-size:18px;
    }</pre></body></html>