.iosSlider {
    width: 790px;
    height: 480px;
    overflow:hidden;
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .item {
    position: relative;
    top: 0;
    left: 0;
    width: 1100px;
    height: 660px;
    background: #434343;
    margin: 0 0 0 0;
}

.iosSliderButtons {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 1100px;
    height: 14px;
}

.iosSliderButtons .button {
    float: left;
    width: 13px;
    height: 12px;
    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: #22aaCF;
}

body { font-family: "trebuchet MS", arial }