    body, html {
        width: 100%;
        height: 100%;
    }
#dark-overlay {
    position: absolute;
    left: 0;
    top: 0;

    z-index: 10;
    background-color: black;

    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;

    display: none;
}

#imagepane-dupe {
    width: 470px;
    height: 255px;
    display: none;
}

#imagepane {
    width: 100%;
    height: 100%;
    text-align: center;
}
#imagepane-div {
    width: 470px;
    height: 259px;

    z-index: 20;
    background-color: white;
}

#news-picture {
    width: 100%;
    *height: 85%;

    vertical-align: middle;
    background-color: black;
}

.image-lower {
    height: 50px;
    width: 100%;
}

.image-lower h3 {
    font-size: 18px;
}

#picture-control {
    float: right;
}
#picture-control img {
    margin-left: 4px;
    margin-right: 4px;
}

#bilde-x-av-y {
    font-size: 12px;
    margin-right: 15px;
    margin-top: 2px;
    color: #aaa;
    float: left;
}

