.hbs-style-plasma {
margin-bottom:30px;
}
.hbs-style-plasma .hbs-slide {
    background: url("noise.gif") repeat scroll 0 0 transparent;
}

.hbs-style-plasma .hbs-text-only {
    color:#fafafa;
    
}
.hbs-style-plasma .hbs-slider {
     border: 4px solid #FFFFFF;
     box-shadow: 0 0 10px #CCCCCC;
     -moz-box-shadow: 0 0 10px #CCCCCC;
     -webkit-box-shadow: 0 0 10px #CCCCCC;
}
.hbs-style-plasma #hbs-shadow-container {
    height: 94px;
    position:absolute;
    bottom:-55px;
}
.hbs-style-plasma #hbs-shadow-container .hbs-shadow-left {
    background: url("shadow-l.png") repeat scroll 0 0 transparent;
    float: left;
    height: 94px;
    width: 200px;
}

.hbs-style-plasma #hbs-shadow-container .hbs-shadow-right {
    background: url("shadow-r.png") repeat scroll 0 0 transparent;
    float: right;
    height: 94px;
    width: 200px;
}

.hbs-style-plasma #hbs-shadow-container .hbs-shadow-middle {
    background: url("shadow-m.png") repeat scroll 0 0 transparent;
    float: left;
    height: 94px;
}
.hbs-style-plasma .hbs-slider-prev,
.hbs-style-plasma .hbs-slider-next {
   background: rgba(12,165,230,150);
   -webkit-border-radius: 3px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 3px;
    cursor:pointer;
    color:#fff;
    font-size:20px;
    height: 35px;
    left: 10px;
    margin-top: -20px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 45%;
    line-height:32px;
    width: 35px;
    z-index:10;
}
.hbs-slider-prev:hover, .hbs-slider-next:hover {
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}

.hbs-style-plasma .hbs-slider-prev {
    left: 10px;
    right:auto;
    background-position: 0px 0px;
}
.hbs-style-plasma .hbs-slider-prev.disabled,
.hbs-style-plasma .hbs-slider-next.disabled {
    display:none;
}
.hbs-style-plasma .hbs-slider-next {
    right: 10px;
    left:auto;
    background-position: 0px -35px;
}


.hbs-style-plasma  ul.hbs-slider-paginate {
    display: block;
    right: 0px;
    list-style: none outside none;
    margin: 0;
    padding: 2px 5px;
    position: absolute;
    bottom:0px;
    z-index:10;
    background:#fff;
}

.hbs-style-plasma  ul.hbs-slider-paginate li {
    background: url("bullet.png") no-repeat 0px 0px;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 0;
    height: 15px;
    margin: 3px 1px;
    padding: 0;
    position: relative;
    width: 15px;
}
.hbs-style-plasma  ul.hbs-slider-paginate li:hover {
    background-position: 0px -15px;

}
.hbs-style-plasma  ul.hbs-slider-paginate li.active {
    background-position: 0px -30px;

}