#slider {
	width: 100%;
	position: relative;
	margin-bottom: 45px;
    border-radius: 4px;
    overflow: hidden;
}
#slider li img { display: block; width: 100%; }
#slider .lSAction > a {
    width: 40px;
    height: 40px;
    background-image: none;
    margin-top: -20px;
    top: 50%;
    background: white;
    border-radius: 50%;
    opacity: .9;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    box-shadow: 2px 2px 12px 0 rgba(0,0,0,.24);
}
#slider .lSAction > a:hover { opacity: 1; }
#slider .lSAction > a:after { font-family: FontAwesome; vertical-align: middle; text-rendering: auto; display: inline-block; color: black; }
#slider .lSAction > a.lSPrev:after { content: "\f104"; margin-right: 2px; }
#slider .lSAction > a.lSNext:after { content: "\f105"; margin-left: 2px; }
#slider .lSPager.lSGallery { margin-top: -80px; padding: 10px; background: rgba(255,255,255,.6); }
#slider .lSPager.lSGallery li { margin-right: 10px; max-height: 60px; border-radius: 4px; }
#slider .lSPager.lSGallery li:last-child { margin-right: 0px; }