
/* ANIMATED BANNER
===================================================================== */
.gallerycontainer { /* STYLE IS RESPONSIVE */ }
.gallerytitle, .gallerydescrip { /* STYLE IS RESPONSIVE */ }
.gallerytitle { /* STYLE IS RESPONSIVE */ }
.gallerydescrip { /* STYLE IS RESPONSIVE */ }

#slides {
    position: relative;
    z-index: 100;
    }

#slides .slides-container {
    display: none;
    }

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    }
    
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
    }

.slides-navigation { /* STYLE IS RESPONSIVE */ }

.slides-navigation a {
    position: absolute;
    display: block;
    text-decoration: none;
    }

.slides-navigation a.next:before, .slides-navigation a.prev:before {
    color: #fff;
    font-family: 'df-icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    }
    
.slides-navigation a.prev {
    left: 5px;
    }

.slides-navigation a.prev:before {
    content: "\e62f";
    }

.slides-navigation a.next {
    right: 5px;
    }

.slides-navigation a.next:before {
    content: "\e629";
    }

.slides-pagination { /* STYLE IS RESPONSIVE */ }

.slides-pagination a {
    background-color: #ffffff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *display: inline;
    overflow: hidden;
    }

.slides-pagination a.current {
    background-color: #999999;
    }
