﻿.image-rotator {
    position: relative;
    width: 100%;
}

.image-rotator a {
    position: absolute;
    display: none;
    top: 0px;
    left: -100%;
    z-index: 10;
}

    .image-rotator a.current {
        position: relative;
        left: 0px;
        display: block;
    }

    .image-rotator a.next {
        z-index: 20;
        display: block;
    }

.image-rotator a,
.image-rotator a img {
    width: 100%;
}
