body {
        background-color: #660066;
        color: #a00048;
}

a:link,
a:visited {
        color: #cc99cc;
}

a:active,
a:hover {
        color: #905599;
}

#folders_container,
#bottom_container,
#top_container {
        border-width: 1px;
}

#right_arrow,
#left_arrow,
#right_fast_arrow,
#left_fast_arrow {
        height: 40px;
        width: 20px;
}

#right_fast_arrow,
#left_fast_arrow {
        margin: 0 20px;
}

#bottom_container {
        margin-top: 30px;
}

#main_image .loader,
#main_image img {
        border: double 10px #0000ff;
}

#extras {
        border: double 1px #0000ff;
        margin: 10px auto;
        padding: 5px;
}

#extras ul li {
        border-left-color: #a00048;
}

#bottom_container {
        border-top-color: #000000;
}

#folders_container,
#top_container {
        border-bottom-color: #000000;
}

.description {
        color: #111111;
}

.caption {
        color: #aaaaff;
}

.thumbnails li {
        margin: 0 10px 10px 0;
        border: double 1px #0000ff;
        background-color: #660066;
}

.thumbnails li.active {
  border: solid 1px #00cccc;
}

.folders li a {
        background-color: #660066;
        border-style: solid;
        border-width: 1px;
        border-color: #000000;
        margin-right: 10px;
        height: 90px;
        width: 90px;
}

#slideshow {
        font-size:0.8em;
}