body {
    text-align: center;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}
#container {
    margin: 64px auto 64px auto;
    width: 948px;
}
#slider, #overlay {
    width: 948px;
    height: 437px;
    overflow: hidden;
}
#upper {
    height: 30px;
    margin-top: 320px;
    padding: 1px 0 1px 0;
    background: transparent url('dottedLine.gif') center bottom repeat-x;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#lower {
    height: 16px;
    padding: 2px 0 2px 0;
    font-size: 10px;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #ffac00;
}
#upper div.link {
    display: block;
    width: 474px;
    float: left;
    margin: auto;
    text-align: center;
}
#upper a {
    background: transparent url('next.png') right center no-repeat;
    background: transparent url('next_w.png') right center no-repeat;
    padding: 0 28px 3px 0;
}
#upper a:hover {
    background: transparent url('next.png') right center no-repeat;
}
#slider {
/*    background: url('photos/slide0_50.jpg') bottom left no-repeat; */
}
#overlay {
    position: absolute;
    top: 64px;
    background-image: url('overlay9.png');
}


