#promoslider { box-sizing:border-box }
#promoslider .slideshow-container { position: relative; margin: auto; text-align: center;}
#promoslider .mySlides { display: none;}

#promoslider .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

#promoslider img { max-width: 100%; vertical-align: bottom; width:auto; max-height: 180px; }
#promoslider .mySlides a { display: block;  }
#screeny  img { width: auto; }

#promoslider .lHalf { width: 50%; left: 0px;  position: absolute;  height: 100%;}
#promoslider .rHalf { width: 50%; right: 0px; position: absolute;  height: 100%; }

#screeny .prev, #screeny .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #f5871f;
    font-weight: bold;
    font-size: 37px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

#promoslider .next {    right: 0;    border-radius: 3px 0 0 3px;}
#promoslider .prev:hover, .next:hover {   background-color: rgba(0,0,0,0.8);}
#promoslider .prev {    left: 0;    border-radius: 3px 0 0 3px;}

#screeny .next {    right: 0;    border-radius: 3px 0 0 3px;}
#screeny .prev {    left: 0;    border-radius: 3px 0 0 3px;}
#screeny .prev:hover, .next:hover {   background-color: rgba(0,0,0,0.8);}


#promoslider .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


#promoslider .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


#promoslider .dot  {
    cursor:pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#promoslider .screendot {
    cursor:pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#promoslider .active, .dot:hover {  background-color: #717171;}


#promoslider .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}


@-webkit-keyframes  fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}