.iosSlider {
    width: 724px;
    height: 245px;
    margin: 0 0 10px;
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .item {
    position: relative;
    top: 0;
    left: 0;
    width: 724px;
    height: 245px;
    margin: 0;
    overflow: hidden;
}
.iosSlider .slider .item .description {
    width: 204px;
    height: 165px;
    float: left;
    padding: 40px 30px;
    -moz-box-shadow: -5px 0 15px #000; -webkit-box-shadow: -5px 0 15px #000; box-shadow: -5px 0 15px #000;
    z-index: 10;
    background: #26923c;
    background: linear-gradient(bottom, #207D32 20%, #26923B 50%, #46A258 90%);
    background: -o-linear-gradient(bottom, #207D32 20%, #26923B 50%, #46A258 90%);
    background: -moz-linear-gradient(bottom, #207D32 20%, #26923B 50%, #46A258 90%);
    background: -webkit-linear-gradient(bottom, #207D32 20%, #26923B 50%, #46A258 90%);
    background: -ms-linear-gradient(bottom, #207D32 20%, #26923B 50%, #46A258 90%);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.2, #207D32),
        color-stop(0.5, #26923B),
        color-stop(0.9, #46A258)
    );
}
.iosSlider .slider .item .learnmore {
	 width: 45px;
    height: 10px;
    float: left;
    padding: 40px 30px;
}
.iosSlider .slider .item .description:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -43px;
    width: 225px;
    height: 61px;
    background: url('../images/slider-description-bg.png') no-repeat left top;
}
.iosSlider .slider .item .description h2 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px;
}
.iosSlider .slider .item .description p {
    color: #fff;
}
.iosSlider .slider .item img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.iosSliderButtons {
    position: absolute;
    bottom: 15px;
    right: 27px;
    float: right;
}

.iosSliderButtons .button {
    float: left;
    width: 19px;
    height: 19px;
    background: url(../images/rotator-nav.png) no-repeat left top;
    margin: 0 10px 0 0;
}

.iosSliderButtons .selected {
    background: url(../images/rotator-nav.png) no-repeat right top;
}

.iosSlider .slider-nav {
    position: absolute; bottom: 9px; left: 11px; z-index: 100;
}
.iosSlider .slider-nav .item{
    float: left; text-align: center; width: 14px; height: 14px; border: 1px solid #216e31; background: #d1d2d3;
    color: #26923c; font: bold 11px/14px HelveticaNeue, Helvetica, Arial, sans-serif; margin: 0 4px 0 0; 
    -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px;
}
.iosSlider .slider-nav .item.selected{
    background: #fff;
}