.flexslider {
    margin: 0px !important;
    border: 0px solid #ffffff !important;
    max-width: 940px;
}
.slides  {
    position: relative;
}

.slides li .flex-caption  {
    font-family: "Roboto Regular";
    width: 100%;
    max-width: 940px;
    position: absolute;
    bottom: 0px;
    margin: 0;
    background: black;
    padding: 10px;
    opacity: 0.7;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}

.slides li {
    position: relative;
}


.flex-direction-nav a {
    background-color: white;
    width: 50px !important;
    height: 50px !important;
}
.flex-direction-nav a:before {
    font-size: 36px !important;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 0px !important;
}
.flexslider .flex-direction-nav  a.flex-prev:before {
    margin-left: 10px;
}
.flexslider .flex-direction-nav a.flex-prev:hover:before {
    color: red;
    margin-left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}



.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 0px !important;
}
.flexslider .flex-direction-nav  a.flex-next:before {
    margin-right: 10px;
}
.flexslider .flex-direction-nav a.flex-next:hover:before {
    color: red;
    margin-right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}




#carousel {
    border-top: 4px solid #ffffff !important;
}

#carousel li {
    width: 100%;
    overflow: hidden;
}

#carousel li:hover {
    overflow: hidden;
}
#carousel li:hover img {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
}

#carousel li img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

#carousel .flex-active-slide {
    background-color: black;
}

#carousel .flex-active-slide img {
    opacity: 0.4;
}