.images-wrapper {
    text-align: center;
    padding: 5px;
}

.images {
    float: left;
    position: relative;
    width: 620px;
    height: 465px;
}

.image-caption-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.forward,
.backward {
    cursor: pointer;
    display: block;
    float: left;
    text-indent: -9999em;
    height: 60px;
    width: 60px;
    margin-top: 200px;
}

.backward {
    background: url(/static/images/previous.gif) no-repeat right;
}

.forward {
    clear: right;
    background: url(/static/images/next.gif) no-repeat left;
}

.tabs {
    clear: both;
}

.tabs a {
    display: block;
    float: left;
}