
#jFlowCredits {
    text-align: center;
    margin: 0 auto;
    width: 980px;
}


#sliderContainer {
    width: 980px;
    height: 383px;
    position: relative;
    margin: 0 auto;
}

.slideContent {
    background-color: #3E87CD;
    border-bottom: 2px solid #1163B1;
    border-bottom-right-radius: 10px;
    bottom: 60px;
    height: 61px;
    left: 45px;
    overflow: hidden;
    padding: 6px 19px 4px;
    position: absolute;
    width: 360px;
    display: table !important;
    text-transform: uppercase;
}

    .slideContent a {
        display: table-cell !important;
        vertical-align: middle !important;
    }

.jFlowSlideContainer a {
    color: #FFFFFF;
    font-family: 'MyriadPro';
    font-size: 29px;
    line-height: 29px;
    text-decoration: none;
    letter-spacing: 2px;
}

.jFlowSlideContainer {
    overflow: hidden;
}

    .jFlowSlideContainer a:hover {
        text-decoration: none;
    }

    .jFlowSlideContainer a:focus {
        position: relative;
        top: 1px;
    }

.jFlowNext {
    background: #94BEE6 url('../images/next.png') no-repeat center center;
    bottom: 68px;
    cursor: pointer;
    height: 54px;
    right: 0;
    position: absolute;
    width: 43px;
    transition: all 0.3s ease 0s;
}

.jFlowPrev {
    background: #94BEE6 url('../images/prev.png') no-repeat center center;
    bottom: 68px;
    cursor: pointer;
    height: 54px;
    left: 0;
    position: absolute;
    width: 43px;
    transition: all 0.3s ease 0s;
}

    .jFlowPrev:hover {
        background-color: #e05b64;
    }

.jFlowNext:hover {
    background-color: #e05b64;
}

/* controller pagination */

#myController {
    bottom: 20px;
    left: 41px;
    position: absolute;
}

.jFlowControl {
    background: url("../images/bullet.png") no-repeat center center transparent;
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    margin-right: 15px;
}

    .jFlowControl:hover {
        background: none;
        background-color: #f44c4d;
        cursor: pointer;
    }

.jFlowSelected {
    background: none;
    background-color: #f44c4d;
    cursor: pointer;
}
