﻿
#liImage {
    height: 300px;
    width: 1000px;
}

.lSPager li {
    height: 60px !important;
}

#image-gallery {
    height: 300px;
    width: 1000px;
}

.imgGallery {
    width: 1000px !important;
    height: 500px !important;
}

.lSSlideOuter .lSPager.lSGallery img {
    width: 150px;
    height: 65px;
}


@media only screen and (max-width : 414px) {

    .imgGallery {
        height: 250px !important;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 25px;
    }
}
