/*  Code By Webdevtrick ( https://webdevtrick.com )  */
.demo {
    /* width:780px; */
    margin: 20px auto;
}
#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}

.lSAction > a {
    background-image: url(../images/controls.png) !important;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
  border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    /* height: 64px; */
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery{
    margin: 0 auto !important;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.fancybox-is-open .fancybox-bg {
    opacity: 10 !important;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
