@CHARSET "UTF-8";

.carouselImg {
    position: relative;
/*     width: 100%; for IE 6 */
}

.carouselPar {
    display: none;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    letter-spacing: -1px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border: 1px solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; -webkit-border-radius : 20px;
    -moz-border-radius: 20px;
    border-radius: 50% !important;
    -webkit-border-radius: 20px;
}

.flex-control-paging li a.flex-active {
    background: #AC033B;
    cursor: default;
}