﻿body, html {
    width: 100%;
    margin: 0;
    padding: 0;
}

.txtInfo {
    margin: 0;
    padding: 0;
}


.Slideshow {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: white;
}

.Cover {
    z-index: 21;
    background-color: rgba(0,0,0,.6);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 1;
    background-image: url('/files/images/icons/Play.png');
}


.AspectRatio {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 75% 0;
    overflow: hidden;
    margin: 0px;
}

.SlideImage {
    position: absolute;
    content: "";
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

.Hidden {
    opacity: 0;
}

.next, .prev {
    color: #fff;
    position: absolute;
    background: rgba(0,0,0, .6);
    top: 50%;
    z-index: 1;
    font-size: 2em;
    margin-top: -.75em;
    opacity: .5;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .next:hover, .prev:hover {
        cursor: pointer;
        opacity: 1;
    }

.next {
    right: 0;
    padding: 10px 5px 15px 10px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.prev {
    left: 0;
    padding: 10px 10px 15px 5px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
