/*! Version: 2.0.73 (12-Oct-2012) */
.mc-hide-scrolls {
    overflow: hidden
}

#maximage {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh !important;
    background: #000;
}
#maximageinfo {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 70vh !important;
    background: #000;
}
div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: slide 9s linear;
    -webkit-animation-play-state: play;
    animation: slide 9s linear;
    animation-play-state: play;
    height: 100% !important;
}

.mc-old-browser .mc-image {
    overflow: hidden
}
#cycle-nav {
    position: absolute;
    z-index: 6;
    left: 42px;
    bottom: 80px;
    margin: auto;
    text-align: center;
    padding: 0 60px
}
#cycle-nav ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: inline-block;
}
#cycle-nav li {
    float: left;
    text-align: center;
}
#cycle-nav ul li a {
    position: relative;
    background-color: rgba(254, 254, 254, .4);
    float: left;
    height: 10px;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.5s;
}
#cycle-nav ul li.activeSlide a {
    background-color: rgba(254, 254, 254, .9);
}