.slideshow {
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.slideshow.slideshow-padding {
    padding-bottom: 40px
}

.slideshow .slideshow-slide-list {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

.slideshow .slideshow-slide-list.slideshow-float .slideshow-slide {
    position: relative;
    float: left
}

.slideshow-slide {
    position: absolute;
    margin: 0;
    padding: 20px 2.5%;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.slideshow-slide .slideshow-caption {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0
}

.slideshow-indicators {
    position: absolute;
    bottom: 5px;
    padding: 0;
    margin: 0;
    height: 30px;
	left:17% !important;
    list-style: none
}

.slideshow-indicators .slideshow-indicator {
    display: inline-block;
    font-size: 0;
    height: 30px;
    width: 30px
}

.slideshow-indicators .slideshow-indicator.slideshow-number-indicator {
    font-size: 16px;
    line-height: 30px;
    width: auto
}

.slideshow-indicators .slideshow-indicator.slideshow-number-indicator .slideshow-slide-number {
    width: 20px;
    text-align: right
}

.slideshow-indicators:not(.slideshow-show-number) .slideshow-indicator.slideshow-number-indicator {
    display: none
}

.slideshow-indicators.slideshow-show-number .slideshow-indicator.slideshow-dot-indicator {
    display: none
}

.slideshow-indicator-btn {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.slideshow-indicator-btn::after {
    content: '';
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    left: 10px;
    top: 10px;
   ! background-color: #999999;
   background-color:transparent;
   border:1.5px solid white;
    border-radius: 50%
}

.slideshow-indicator-btn:hover::after,
.slideshow-indicator-btn:focus::after,
.slideshow-indicator-btn.slideshow-current::after {
    background-color: white
}

.slideshow-play-btn,
.slideshow-nav-btn {
    display: block;
    position: absolute;
    padding: 0;
   ! background-color: rgba(20, 20, 20, 0.4);
   background-color: transparent;
    border: none;
    cursor: pointer
}

.slideshow-play-btn.slideshow-bottom,
.slideshow-nav-btn.slideshow-bottom {
    position: relative;
    float: left;
    height: 40px;
    width: 35px;
    background-color: transparent
}

.slideshow-play-btn:not(.slideshow-bottom):hover,
.slideshow-play-btn:not(.slideshow-bottom):focus,
.slideshow-nav-btn:not(.slideshow-bottom):hover,
.slideshow-nav-btn:not(.slideshow-bottom):focus {
    background-color: rgba(20, 20, 20, 0.75)
}

.slideshow-play-btn {
    width: 39px;
    height: 39px
}

.slideshow-play-btn:not(.slideshow-bottom) {
    bottom: 25px;
    right: 25px;
    border-radius: 3px
}

.slideshow-play-btn::before,
.slideshow-play-btn::after {
    content: '';
    position: absolute;
    height: 25px;
    width: 8px;
    background-color: #BBBBBB;
    top: 7px
}

.slideshow-play-btn::before {
    left: 9px
}

.slideshow-play-btn::after {
    right: 9px
}

.slideshow-play-btn:hover::before,
.slideshow-play-btn:hover::after,
.slideshow-play-btn:focus::before,
.slideshow-play-btn:focus::after {
    background-color: #EEEEEE
}

.slideshow-play-btn.slideshow-bottom:hover::before,
.slideshow-play-btn.slideshow-bottom:hover::after,
.slideshow-play-btn.slideshow-bottom:focus::before,
.slideshow-play-btn.slideshow-bottom:focus::after {
    background-color: #303030
}

.slideshow-play-btn.slideshow-bottom::before,
.slideshow-play-btn.slideshow-bottom::after {
    background-color: #999999
}

.slideshow-play-btn.slideshow-bottom::before {
    left: 7px
}

.slideshow-play-btn.slideshow-bottom::after {
    right: 7px
}

.slideshow-play-btn.slideshow-bottom.slideshow-paused::before {
    border-left: 21px solid #999999;
    background-color: transparent
}

.slideshow-play-btn.slideshow-bottom.slideshow-paused:hover::before,
.slideshow-play-btn.slideshow-bottom.slideshow-paused:hover::after,
.slideshow-play-btn.slideshow-bottom.slideshow-paused:focus::before,
.slideshow-play-btn.slideshow-bottom.slideshow-paused:focus::after {
    border-left-color: #303030
}

.slideshow-play-btn.slideshow-paused::before {
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: 21px solid #BBBBBB;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent
}

.slideshow-play-btn.slideshow-paused:hover::before,
.slideshow-play-btn.slideshow-paused:hover::after,
.slideshow-play-btn.slideshow-paused:focus::before,
.slideshow-play-btn.slideshow-paused:focus::after {
    border-left-color: #EEEEEE
}

.slideshow-play-btn.slideshow-paused::after {
    content: none
}

.slideshow-padding .slideshow-play-btn:not(.slideshow-bottom) {
    bottom: 75px
}

.slideshow-nav-btn {
    height: 55px;
	top:35% !important;
    width: 40px

}

.slideshow-nav-btn.slideshow-prev::before,
.slideshow-nav-btn.slideshow-prev::after {
    right: 18px
}

.slideshow-nav-btn.slideshow-prev:not(.slideshow-bottom) {
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.slideshow-nav-btn.slideshow-next::before,
.slideshow-nav-btn.slideshow-next::after {
    left: 18px
}

.slideshow-nav-btn.slideshow-next:not(.slideshow-bottom) {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.slideshow-nav-btn.slideshow-next::before,
.slideshow-nav-btn.slideshow-prev::before {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.slideshow-nav-btn.slideshow-next::after,
.slideshow-nav-btn.slideshow-prev::after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.slideshow-nav-btn.slideshow-next::before,
.slideshow-nav-btn.slideshow-prev::after {
    top: 11px
}

.slideshow-nav-btn.slideshow-next::after,
.slideshow-nav-btn.slideshow-prev::before {
    bottom: 11px
}

.slideshow-nav-btn::before,
.slideshow-nav-btn::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 5px;
    background-color: white
}

.slideshow-nav-btn:hover::before,
.slideshow-nav-btn:hover::after,
.slideshow-nav-btn:focus::before,
.slideshow-nav-btn:focus::after {
    background-color: #EEEEEE
}

.slideshow-nav-btn.slideshow-bottom::before,
.slideshow-nav-btn.slideshow-bottom::after {
    background-color: #999999
}

.slideshow-nav-btn.slideshow-bottom:hover::before,
.slideshow-nav-btn.slideshow-bottom:hover::after,
.slideshow-nav-btn.slideshow-bottom:focus::before,
.slideshow-nav-btn.slideshow-bottom:focus::after {
    background-color: #303030
}

.slideshow-nav-btn.slideshow-bottom.slideshow-next::before,
.slideshow-nav-btn.slideshow-bottom.slideshow-prev::after {
    top: 4px
}

.slideshow-nav-btn.slideshow-bottom.slideshow-next::after,
.slideshow-nav-btn.slideshow-bottom.slideshow-prev::before {
    bottom: 4px
}