
.carousel {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: auto;
}

.carousel a:hover {
    border: none;
}

.carousel-stage {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 3px;
}

.carousel-stage ol {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

.carousel-stage li {
    float: left;
    list-style: none outside none;
    position: relative;
    text-align: center;
}

.carousel-stage li img {
    width: 1250px;
}

.carousel-stage li p {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 3px;
    background: #000;
    background: rgba(0,0,0,0.3);
    color: white;
    padding: 2%;
    width: 96%;
    margin: 0px;
    font-weight: bold;
}

/* Controls */
.carousel-sliders a {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -42px;
    height: 85px;
    width: 65px;
    font: normal 64px 'Times New Roman', 'serif';
    color: white;
    background: #000;
    background: rgba(0,0,0,0.65);
    border-radius: 5px;

    -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: background 0.3s ease, -moz-transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease;
}

.carousel-sliders a span {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}

.carousel-sliders a:hover {
    border: none;
    text-decoration: none;
    background: rgba(0,0,0,1);

    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.carousel-sliders .right {
    right: 15px;
}

.carousel-sliders .left {
    left: 15px;
}

.carousel-navigation {
    float: right;
}

.carousel-navigation ol {
    margin: 0px;
}

.carousel-navigation li {
    float: left;
    margin-right: 10px;
    list-style: none outside none;
}

.carousel-navigation li.selected a {
    text-decoration: underline;
}

.carousel-navigation a:hover {
    opacity: 0.5;
}
