.wrapper {
    width: 990px;
    margin: auto;
}
.wrapper-2 {
    width: 990px;
    margin: auto;
    margin-top: 20px;
}
.wrapper-main {
    display: none;
}

.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: -1px;
    padding-left: 0px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 242px;
    float: left;
    margin-left: 5px;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    width: 90px;
    height: 265px;
    opacity: 0.9; 
    top: 0px;
}
.nbs-flexisel-nav-left {
    left: -91px;
    background: url(../img/btn-left-1.png) no-repeat;
    background-color: #2c2c2c;
    transition: all .3s ease-in-out;
}

.nbs-flexisel-nav-left:hover {
    background-color: #7cbf1d;
}

.nbs-flexisel-nav-right {
    right: -91px;
    background: url(../img/btn-right-1.png) no-repeat;
    background-color: #2c2c2c;
    transition: all .3s ease-in-out;
}

.nbs-flexisel-nav-right:hover {
    background-color: #7cbf1d;
}