.carousel .carousel-content {
    width: 1000px;
    height: 345px;
    overflow: hidden;
    menu {
        background: none;
        bottom: 6px;
        left: 30px;
        right: auto;
    }
    .carousel-menu-pause, .carousel-menu-prev, .carousel-menu-next {
        display: none;
    }
    .carousel-menu-index {
         height: 15px;
         margin: 4px 20px 4px 0;
         width: 15px;
    }
    .carousel-menu-item {
        background-color: #97c516;
    }
    .carousel-menu-active {
        background-color: #ffffff;
    }
}
.carousel-item {
    background: #fff;
    width: 1000px;
}
.slider {
    position: relative;
}
.slider-text {
    background: #55b3df;
    background: -moz-linear-gradient(top,  rgba(0,129,199,0.6) 0%, rgba(0,152,222,0.6) 50%, rgba(0,152,222,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,129,199,0.6)), color-stop(50%,rgba(0,152,222,0.6)), color-stop(100%,rgba(0,152,222,0.6)));
    background: -webkit-linear-gradient(top,  rgba(0,129,199,0.6) 0%,rgba(0,152,222,0.6) 50%,rgba(0,152,222,0.6) 100%);
    background: -o-linear-gradient(top,  rgba(0,129,199,0.6) 0%,rgba(0,152,222,0.6) 50%,rgba(0,152,222,0.6) 100%);
    background: -ms-linear-gradient(top,  rgba(0,129,199,0.6) 0%,rgba(0,152,222,0.6) 50%,rgba(0,152,222,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,129,199,0.6) 0%,rgba(0,152,222,0.6) 50%,rgba(0,152,222,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990081c7', endColorstr='#990098de',GradientType=0 );
    bottom: -1px;
    color: #FFFFFF;
    height: 48px;
    position: absolute;
    width: 100%;
    h5 {
        font-size: 12px;
        margin: 0 0 2px;
    }
    p{
        font-size: 11px;
        line-height: 13px;
        margin: 0;
    }
}
.slider-text-inner {
    float: right;
    height: 48px;
    width: 336px;
}
.slider-text-vertical-align {
    display: table-cell;
    height: 48px;
    vertical-align: middle;
}