﻿#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
}

#slider1 {
    width: 740px;
    background-color: rgba(0, 0, 0, 0.5);
}

    #slider1 .overview li {
        width: 800px;
        border: none;
    }

    #slider1 .buttons {
        margin-top: -18px;
            padding: 0px;
            left: 5px;
        background: none;
        color: whitesmoke;
        font-family: 'raleway-semibold',Verdana, sans-serif;
        font-weight: bold;
        font-size: 40px;
        transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
    }

        #slider1 .buttons:hover {
            background: none;
            color: whitesmoke;
            /*text-shadow: #c5c5c5 -2px 0px 4px;*/
        }
        #slider1 .buttons.next{
            left:auto;
            right:5px;
        }
    #slider1 .prev:hover {
        background: none;
        color: whitesmoke;
        /*text-shadow: #c5c5c5 2px 0px 4px;*/
    }

.caraouselCntr {
    display: table;
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -43px;
}

    .caraouselCntr .imgHldr {
        float: left;
    }

        .caraouselCntr .imgHldr:nth-child(2) {
            margin-left: 20px;
        }

    .caraouselCntr .title {
        display: table;
        margin: 0px auto 10px;
        color: whitesmoke;
        font-family: 'raleway-semibold',Verdana, sans-serif;
        /*font-weight: bold;*/
        font-size: 15px;
        width: 100%;
        text-align: center;
        border-bottom: solid 2px gray;
            padding-bottom: 4px;
    }

    .caraouselCntr img {
        float: left;
        margin: 0px 10px;
    }

#slider1 .viewport {
    height: 150px;
}
