#container {
    text-align: center;
    height: 10px;
    max-height: 10px;
    position: absolute;
    top: 22px;
    left: 50%;
    width: 1px;
}

#horiz, #vert {
    display: none;
    position: relative;
    background-image: url("/icons/blank.gif");
    background-repeat: no-repeat;
    background-position: center center;
    border: 5px solid #CCC;
    background-color: #EEE;
}

.navigate {
    width: 280px;
    margin: 0px auto;
}

.navigate .link {
    cursor: pointer;
    cursor: hand;
}

#horiz {
    width: 525px;
    height: 350px;
    margin-left: -262px;
}

#vert {
    width: 300px;
    height: 450px;
    margin-left: -150px;
}

