#header {
    display: none;
}

#sidebar {
    position: absolute;
    top: 470px;
    left: 10px;
    width: 95px;
    text-align: center;
}

#content, #pre {
    position: absolute;
    top: 5px;
    width: 440px;
    height: 550px;
    left: 130px;
}

#content {
    z-index: 5;
}

#pre {
    z-index: 1;

    /* for all browsers but iemac5 */
    background-color: transparent;
    border: 0;

    /* \*/
    background-color: #eef1f6;
    opacity: .6;
    filter: alpha(opacity=60);
    border: solid 1px white;
    /* hide from Mac IE 5.x */
}

#image {
    height: 485px;
    text-align: center;
}

#quadro {
    margin-left: auto;
    margin-right: auto;
    height: 417px;
    width: 380px;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 10px;
}

#name, #size, #info {
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

#quadro img {
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #dddddd;
}

#arrows {
    position: relative;
    text-align: center;
}

#arrows a, #arrows p {
    display: inline;
}

#arrows p, #arrows a.right {
    margin-left: 30px;
}

#arrows p {
    position: relative;
    top: -12px;
}