.wrapper {
    width: 100%;
    height: 500px;
    margin: 0 auto 50px;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 3px solid #00008b;;
}

#wrapper-slider-offer {
    width: 100%;
    height: 520px;
    margin: 102px auto 0;
    position: relative;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.slider-wrapper h2 {
    z-index: 1;
    position: absolute;
    left: 12%;
    bottom: 36%;
    color: #fff;
    width: 90%;
    font-size: 43px;
}

.slider-wrapper p{
    position: absolute;
    left: 12%;
    bottom: 24%;
    color: #fff;
    font-size: 28px;
}

.slider-wrapper a.btn-slide1{
    position: absolute;
    left: 27%;
    bottom: 13%;
    color: #fff;
    font-size: 22px;
}
.slider-wrapper a.btn-slide2{
    position: absolute;
    left: 12%;
    bottom: 13%;
    color: #fff;
    font-size: 22px;
}

.slider-wrapper a.btn-black {
    z-index: 1;
    position: absolute;
    box-shadow: 0 0 5px 0 #333333;
    right: 47%;
    top: 65%;
}

.slider-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider-wrapper ul li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.slider-wrapper ul li img {
    width: 100%;
    height: 100%;
}

.slider-wrapper ul li:first-child {
    display: list-item;
}

.wrapper .selector-slide {
    left: 3px;
    position: absolute;
    width: 1005px;
    z-index: 9999;
}

.listStyle {
    display: inline-block;
    margin: 0 15px;
    padding: 19px 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.listStyle.curr {
    color: #ffea00;
}

.next {
    width: 59px;
    height: 59px;
    position: absolute;
    right: 0;
    background: url("/images/arrow_right.png") no-repeat 23px 22px;
    opacity: 0.8;
    background-color: #333333;
}

.next:hover {
    opacity: 1;
    cursor: pointer;
}

.prev {
    width: 59px;
    height: 59px;
    position: absolute;
    left: 0;
    background: url("/images/arrow_left.png") no-repeat 23px 22px;
    opacity: 0.8;
    background-color: #333333;
}

.prev:hover {
    opacity: 1;
    cursor: pointer;
}
