.item-slider-price {

    background-color: white;
    padding-bottom: 1px;
}

/* Caption styles */
.nivo-caption {
    position:absolute;
    top:50%;
    bottom:25%;
    left:50%;
    transform: translate(-50%, -50%);
    background: none !important;
    text-align: center;
    color:#fff !important;
    opacity: 1;
    width:75%;
    z-index:8;
    padding: 5px 10px;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;   /* Firefox, other Gecko */
    box-sizing: border-box;       /* Opera/IE 8+ */
}
.nivo-caption .title {
    font-size: 24px;
    font-weight: bold;
}
.nivo-caption .desc {
    font-size: 18px;
}
/*.nivo-directionNav {
   display: none !important;
}*/