#translate {
    position: relative;
    height: 980px;
}
#photo {
    clear: both;
    margin: 5px 0;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 908px;
}
#content {
    display: none;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 908px;
}
