.gallery {
    overflow: hidden;
}

.galleryThumb {
    width: 128px;
}

.galleryControls {
    float: right;
}

.arrow {
    cursor: pointer;
}

#imageContainer {
    width: 100%;
    position:relative;
}

#current {
    width: 400px;
    position:relative;
}

#current img {
    width: 100%;
}

