
.elastislide-list {
    display: none;
    list-style-type: none;
}
.no-js .elastislide-list {
    display: block;
}
.elastislide-carousel ul li {
    min-width: 20px;
}
.elastislide-wrapper {
    background-color: rgb(255, 255, 255);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
}
.elastislide-wrapper.elastislide-loading {
    background-image: url("../../images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
.elastislide-horizontal {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
}
.elastislide-vertical {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
}
.elastislide-carousel {
    /*overflow-x: hidden;
    overflow-y: hidden;*/
    position: relative;
}
.elastislide-carousel ul {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    transform: translateX(0px);
}
.elastislide-horizontal ul {
    white-space: nowrap;
}
.elastislide-carousel ul li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.elastislide-horizontal ul li {
    display: inline-block;
    height: 100%;
}
.elastislide-vertical ul li {
    display: block;
}
.elastislide-carousel ul li a {
    display: inline-block;
    width: 100%;
}
.elastislide-carousel ul li a img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgb(255, 255, 255);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 2px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgb(255, 255, 255);
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 2px;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 2px;
    display: block;
    max-width: 100%;
}
.elastislide-nav span {
    background-image: url("../../images/nav.png");
    background-position: 0 -110px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 110px;
    left: 0;
    opacity: 1;
    position: absolute;
    text-indent: -9000px;
    top: 0;
    width: 30px;
}
.elastislide-nav span:hover {
    opacity: 0.6 !important;
}
.elastislide-nav span.elastislide-next {
    background-position: 0 0;
    left: auto;
    right: 0;
}
