﻿
.photo ul.topic {
    padding: 2px;
    margin: 0px;
    list-style: none;
    float: left;
    position: relative;
    margin-bottom: 0;
    border: solid 0px red;
    height: 189px;
    padding: 0px;
    margin: 0px;
}
        .photo ul.topic li ul
        {
            padding: 0px;
            margin: 0px;
            float: left;
           
            float: left;
           
            width: 100%;
            height: 72px;
        }
        .photo ul.topic li ul li
        {
            list-style: none;
        }
        .photo ul.topic li ul li a img
        {
            display: block;
            width: 109px;
            height: 70px;
            float: left;
            margin-top: -10px;
            border: 1px solid rgb(204, 56, 56);
            box-shadow: 1px 1px 2px #676464;
           
        }
        span#lblAlbumdetail {
            margin: 95px 0 0 0;
            position: relative;
            top: 0;
            display: block;
        }
            .update-dt{font-family: arial;font-size: 12px;color: #000000; margin-top: 0; float: left; text-align: left; margin-right:45px;/* width: 41%; */padding-right: 10px;}
        	.update-on{float:left;font-weight: bold; color:#000000;margin-right: 3px;margin-top: 3px }
        	.des-div{margin-left:px; margin-top: 5px; font-family: arial;font-size: 12px;color: #000000; float:left;width:100%; text-align: left; margin-top:;}
            .des-text{float:left;color:#000000; font-weight:bold; margin-right: 3px;}        
        .fade
        {
        width: 200px;
        height: 150px;
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        border: 1px solid rgb(204, 56, 56);
        box-shadow: 1px 1px 2px #676464;
        object-fit: cover;
        }
        .fade:hover
        {
            opacity: 0.5;
        }
         .FullGallery {
        width :450px; height :80px;
         }

         ul.parent-arrow4 {
            list-style: none;
            display: flex;
            justify-content: end;
        }
        ul.parent-arrow4 li {
            padding: 0 0 0 24px;
            font-size: 29px;
            cursor: pointer;
        }