.hbs-caption {
    padding: 15px;
    position: absolute;
     color: #FFFFFF;
    line-height: 20px;

}
.hbs-caption.top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
}
.hbs-caption.bottom {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    right: 0;
}
.hbs-caption.none {
    display:none
}
.hbs-caption.right-wide {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    top: 0;
    right: 0;
    width:40%;
}

.hbs-caption.left-wide {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    top: 0;
    left: 0;
    width:40%;
}
.hbs-style-basic {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hbs-style-basic .hbs-slider-prev,
.hbs-style-basic .hbs-slider-next {
    background: none repeat scroll 0 0 #222222;
    border: 3px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    cursor:pointer;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 40px;
    z-index:10;
}
.hbs-style-basic .hbs-slider-prev.disabled,
.hbs-style-basic .hbs-slider-next.disabled {
    display:none;
}
.hbs-slider-prev:hover, .hbs-slider-next:hover {
    color: #FFFFFF;
    opacity: 0.9;
    text-decoration: none;
}

.hbs-style-basic .hbs-slider-prev {
    left: 15px;
    right:auto;
}

.hbs-style-basic .hbs-slider-next {

    right: 15px;
    left:auto;
}


.hbs-style-basic  ul.hbs-slider-paginate {
    display: block;
    left: 50%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom:-30px;
}

.hbs-style-basic  ul.hbs-slider-paginate li {
    background: url("bullets.png") no-repeat 0px 0px;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 0;
    height: 8px;
    margin: 8px 6px;
    padding: 0;
    position: relative;
    width: 8px;
}
.hbs-style-basic  ul.hbs-slider-paginate li:hover {
    background-position: 0px -16px;
}
.hbs-style-basic  ul.hbs-slider-paginate li.active {
    background-position: 0px -8px;
    
}