.iosSlider {
    width: 1200px;
    height: 900px;
    overflow:hidden;
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .item {
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    height: 900px;
    background: #fff;
    margin: 0 0 0 0;
}

.iosSliderButtons {
    position: absolute;
    bottom: 24px;
    left: 10px;
    width: 1200px;
    height: 8px;
}

.iosSliderButtons .button {
    float: left;
    width: 9px;
    height: 8px;
    background: #004A90;
    margin: 0 10px 0 0;    
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    	-moz-box-shadow:1px 1px 2px 0px rgba(255,255,255,.3);-webkit-box-shadow:1px 1px 3px 0px rgba(255,255,255,.3);box-shadow:1px 1px 3px 0 rgba(255,255,255,.3);
}

.iosSliderButtons .selected {
    background: #0085CF;
}

body { font-family: "trebuchet MS", arial }