.carousel_home {
    position: relative;
    width: 100%;
    color: #fff;
}

.carousel_home ul, .carousel_gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel_home li .container_12 {
    height: 460px;
}

.carousel_home .bx-pager {
    text-align: center;
    margin-bottom: 20px;
    line-height: 0;
}

.carousel_home .bx-pager .bx-pager-item {
    display: inline-block;
}

.carousel_home .bx-pager a {
    display: block;
    width: 20px;
    height: 0;
    line-height: 1;
    padding-top: 20px;
    margin: 0 1px;
    background-image: url(../img/home-pagination.png);
    background-position: 0 0;
    overflow: hidden;
    cursor: pointer;
}

.carousel_home .bx-pager a.active {
    background-position: 0 -20px;
}

.carousel_gallery {
    margin-top: 10px;
    background-color: #999;
    background-color: rgba(255,255,255,0.25);
}

.carousel_gallery li {
    position: relative;
    height: 150px;
    background-color: rgba(0,0,0,0.25);
    margin-top: 10px;
    margin-bottom: 10px;
}

.pager {
    text-align: right;
    margin-right: 10px;
}

.pager a {
    display: inline-block;
    width: 20px;
    height: 0;
    padding-top: 20px;
    margin: 0 1px;
    background-image: url(../img/home-pagination.png);
    background-position: 0 0;
    overflow: hidden;
    cursor: pointer;
}

.pager a.selected {
    background-position: 0 -20px;
}

a.prev, a.next {
    display: block;
    width: 10px;
    height: 0;
    padding-top: 20px;
    margin-top: -10px;
    background-image: url(../img/bg_control.png);
    overflow: hidden;
    cursor: pointer;
}

a.prev {
    position: absolute;
    left: -20px;
    top: 50%;
    background-position: 0 0;
}

a.prev:hover {
    background-position: 0 -40px;
}

a.next {
    position: absolute;
    right: -20px;
    top: 50%;
    background-position: 0 -20px;
}

a.next:hover {
    background-position: 0 -60px;
}