#wrapper {
    position:relative;
    width:100%;
    height:100%;
}

#slideshow {
    position:relative;
    height:520px;
    width:620px;
    margin-left:auto;
    margin-right:auto;
}

#slideshow IMG {
    position:absolute;
    display:none;
}

#slideshow IMG.active {
    display:block;
    z-index:10;
}

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

#slideshow IMG.left {
    margin-left:-100px;
}

#menu {
    position:relative;
    margin-right:auto;
    margin-left:auto;
    margin-top:50px;
    width:940px;
}

#buttons {
    position:relative;
    float:left;
    text-align:center;
    padding:15px;
}

#pause {
    position:relative;
    width:20px;
    height:20px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    z-index:11;
}

#divshow {
    position:relative;
    height:520px;
    width:700px;
    margin-left:auto;
    margin-right:auto;
}

#divshow DIV {
    position:absolute;
    height:580px;
    width:700px;
    text-align:center;
    display:none;
}

#divshow DIV.active {
    display:block;
    z-index:10;
}

#divshow DIV.last-active {
    z-index:9;
}

table {width: 620px; margin-left: 40px; }
body {background-color: #000000; }
p {color: #dddddd; font-family: Verdana, Sans-serif; white-space: nowrap; text-shadow: 0 0 0 #000; }
p.head {color: #bbbbbb; margin-bottom: -10px; }
p.buffer {font-size: 1px; }
a {text-decoration:none; }
a:link {color: #ffffff; }
a:visited {color: #ffffff; }
a:hover {color: #444444; }
a:active {color: #ffffff; }
