#picture-area
{
    position: relative;
    top: 10px;
    margin-left: 25px;
    z-index: 2;
    width: 530px;
    height: 340px;
}

#picture-frame
{
    position: relative;
    z-index: 2;
}


#picture-box
{
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 1;
}

#picture
{
    max-width: 425px;
    max-height: 285px;
    width: expression(this.width > 432 && this.width/this.height > 432/288 ? "432px" : true);
    height: expression(this.height > 288 && this.height/this.width > 288/432 ? "288px" : true);
}


#picture-caption
{
    position: relative;
    margin-top: 21px;
    margin-left: 65px;
    z-index: 1;
}