.util-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
}

.util-carousel .util-wrapper-holder {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.util-carousel .util-wrapper {
    *zoom: 1; position: relative;
    display: none;
}

.util-carousel .util-wrapper:after, .util-carousel .util-wrapper:before {
    display: table;
    content: "";
    line-height: 0;
}

.util-carousel .util-wrapper:after {
    clear: both;
}

.util-carousel .util-item {
    float: left;
}

.dragging, .dragging * {
    cursor: url(closedhand.cur),move;
}

.util-theme-default .util-pagination {
    text-align: center;
    margin-top: 10px;
}

.util-theme-default .util-page span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #bbb;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 5px;
}

.util-theme-default .util-page {
    display: inline-block;
    cursor: pointer;
    zoom: 1; *display: inline;
}

.util-theme-default .util-page.active-page span {
    background-color: #c3853a;
}

.util-theme-default .util-page:hover span {
    background-color: #888;
}

.util-theme-default .util-navigation {
    text-align: center;
}

.util-theme-default .util-next, .util-theme-default .util-prev {
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    background-color: #00476b;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.util-theme-default .util-next:hover, .util-theme-default .util-prev:hover {
    background-color: #c3853a;
}

.util-theme-default .util-disable, .util-theme-default .util-disable:hover {
    background-color: #c3853a;
    opacity: .4;
    cursor: default;
}
