body {
    background-color: #000;
    color: #999;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
}

img {
    border: none;
}

a, a:link {
    color: #8cca1e;
    text-decoration: none;
}

a:hover {
    color: #8cca1e;
    text-decoration: underline;
}

#head {
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

#slideshow_stage {
    width: 1050px;
    height: 770px;
    background-color: #111;
    text-align: center;
    margin: auto;
}

#slideshow {
    padding-top: 25px;
}

#slideshow_controls {
    width: 100%;
    background-color: #444;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
    font-weight: bold;
    filter: alpha(opacity=50);
    opacity: 0.50;
    position: relative;
}

#prev {
    position: absolute;
    left: 10px;
    cursor: pointer;
}
#pause {
    position: absolute;
    left: 35px;
    cursor: pointer;
}

#next {
    position: absolute;
    left: 61px;
    cursor: pointer;
}

#music {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#slideshow_title {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
}

#preload_slide {
    filter: alpha(opacity=1);
    opacity: 0.01;
}

#footer {
    padding-top: 15px;
    font-size: small;
    color: #555;
}

#footer a {
    color: #777;
    font-decoration: none;
}

#footer a:hover {
    color: #777;
    font-decoration: underline;
}
