
.ImageSlideShow {
    margin-top: 7px;
    padding: 0;
    position: relative;
}
.ImageSlideShow .title{
            background: linear-gradient(to right, #d0322c, #f23e16) !important;
    border-bottom: 3px solid #820202;
        font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 1.333333;
    text-transform: uppercase;
    font-weight: 600;
            border-radius: 5px;
    height: 50px;
        padding: 0 15px;
                padding-top: 5px;
        color: #fff;
        margin-bottom: 15px;
        
}
.ImageSlideShow .title:before{
content: "";
    width: 26px;
    height: 26px;
    background: url(images/iimage.png);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top:5px;
}

.ImageSlideShow .SlideShowItem {
    display: block;
    margin: 0 auto;
    position: relative;
       background: #ddd;
    height: 320px !important;
}
.ImageSlideShow .SlideShowItem  img{
	max-height: 250px;
        width: 100%;
        object-fit: cover;
}
.ImageSlideShow .image-item {
    position: absolute;
    left:0;
    top:0;
}

.ImageSlideShow .image-title {
      bottom: 22px;
    color: #333;
    font: 14pt arial;
    /* height: 100px; */
    left: 10px;
    min-height: 24px;
    opacity: 1 !important;
    /* padding: 20px; */
    position: absolute;
    text-align: justify;
    /* text-shadow: 1px 2px #000000; */
    z-index: 1
}
div.div-thumb {
    height: 130px;
    overflow: hidden;
    position: relative;
}
div.div-thumb ul.ThumbList {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0;
    position: relative;
    width: 1000%;
}
div.div-thumb ul.ThumbList li.li-thumb {
    display: block;
    float: left;
    padding: 0 4px;
}
div.div-thumb ul.ThumbList li.li-thumb img.image-thumb {
    border: 1px solid #00CDFF;
    display: block;
    height: 120px;
    opacity: 0.5;
    width: 120px;
}
div.div-thumb ul.ThumbList li.li-thumb img.image-thumb:hover {
    opacity: 1;
}
div.div-thumb .selected {
    border: 1px solid #00CDFF;
    display: block;
    height: 120px;
    opacity: 1 !important;
    width: 120px;
}
.ImageSlideShow div.next {
    display:none;
    background: url("images/right.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 82px;
    position: absolute;
    right: -48px;
    width: 70px;
}
.ImageSlideShow div.prev {
    display:none;
    background: url("images/left.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 82px;
    left: -44px;
    position: absolute;
    width: 70px;
}
.ImageSlideShow div.next:hover, div.prev:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
	    .ImageSlideShow {
                padding: 0 10px!important;
        }
}