#galleria{
    position:absolute;
}

#square {
    width:100%;
    height:100%;
}

#slideshow {
    margin-top:130px;
    margin-left:auto;
    margin-right:auto;
    width:710px;
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#log2 {
    width:700px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    color:white;
}

label {
    float:left; /* Take out of flow so the input starts at the same height */
    width:5em; /* Set a width so the inputs line up */
}
