
.simple-cycle {
    width: 600px;
    margin: 100px auto;
    overflow: hidden;
}

.simple-cycle .flow-slider {
    float: left;
    margin: 0 14px;
    width: 548px;
    height: 180px;
}

.simple-cycle .item {
    text-align: center;
    width: 112px;
}

.simple-cycle .item img {
    user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
}

.simple-cycle .subtext {
    margin: 0 auto;
    width: 110px;
    font: 11px/12px Georgia;
    text-align: center;
}

.simple-cycle .arrow {
    height: 160px;
    width: 12px;
    float: left;
    cursor: pointer;
}

.simple-cycle .arrow:active {
    margin: 1px 0 -1px;
}

.simple-cycle .arrow-left {
    background: url(../img/arrows.png) 0 center no-repeat;
}

.simple-cycle .arrow-right {
    background: url(../img/arrows.png) -12px center no-repeat;
}







.simple-cycle-2 {
    width: 687px;
}
.simple-cycle-2 .flow-slider {
    width: 550px;
}

.simple-cycle-2 .arrow {
    width: 22px;
}

.simple-cycle-2 .arrow-left {
    background: url(../img/arrows-4.png) 0 center no-repeat;
}

.simple-cycle-2 .arrow-right {
    background: url(../img/arrows-4.png) -22px center no-repeat;
}







.simple-cycle-3 {
    width: 501px;
}

.simple-cycle-3 .flow-slider {
    width: 411px;
}

.simple-cycle-3 .arrow {
    width: 31px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.simple-cycle-3 .arrow:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.simple-cycle-3 .arrow-left {
    background: url(../img/arrows-3.png) 0 center no-repeat;
}

.simple-cycle-3 .arrow-right {
    background: url(../img/arrows-3.png) -31px center no-repeat;
}







.simple-cycle-4 {
    width: 687px;
}

.simple-cycle-4 .flow-slider {
    width: 558px;
}

.simple-cycle-4 .flow-slider {
    margin: 0 5px;
}

.simple-cycle-4 .arrow {
    width: 40px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.simple-cycle-4 .arrow:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.simple-cycle-4 .arrow-left {
    background: url(../img/arrows-4.png) 0 center no-repeat;
}

.simple-cycle-4 .arrow-right {
    background: url(../img/arrows-4.png) -40px center no-repeat;
}