body {
    background-color: #f5f5f3;
}
div.pages a {
    float: left;
    margin-top: 15px;
    position: relative;
    opacity: 0.5;
}
div.pages a.active {
    opacity: 1;
}
div.pages a.active img {
    border-color: #000;
}
div.pages a img {
    border: 2px solid #003b81;
    border: 2px solid #557ba9;
}
div.pages a:hover img {
    border-color: #88aede;
}
div.pages a.left img {
    border-right-width: 1px;
    margin-right: -1px;
}
div.pages a.right img {
    border-left-width: 1px;
}
div.pages a.right {
    margin-right: 25px;
}
div.pages a.standalone {
    margin-right: 25px;
}
div.pages a {
    text-decoration: none;
}
div.pages a span.page {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: #fff;
    padding: 0 .2em;
    z-index: 1;
    color: #999;
    opacity: 0.8;
    font-weight: bold;
}
div.pages a.left span.page {
    left: 2px;
    right: auto;
}

#sidebar {
    padding-left: 610px;
}
#display_area {
    width: 595px;
    float: left;
    position: relative;
}
#display_area .page img {
    width: 595px;
    border: 2px solid #ddd;
}
#display_area .page {
    position: absolute;
}
#display_area .active {
    z-index: 2;
}
#display_area .buffer {
    z-index: 1;
    display: none;
}

#prev, #next {
    position: absolute;
    left: -6px;
    top: 350px;
    z-index: 2;
    width: 40px;
    height: 110px;
    background: none;
    cursor: pointer;
    background-image: url('../graphics/prev.png');
    background-position: left top;
    background-repeat: no-repeat;
}
#prev span, #next span {
    display: none;
}
#next {
    left: auto;
    right: -10px;
    background-image: url('../graphics/next.png');
}

div.info {
    padding-right: 15px;
}
div.info img {
    float: left;
    margin-right: 35px;
}
div.info h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 11pt;
}
div.info .author {
    margin-top: 0;
    font-size: 10pt;
}
div.info .details {
    font-style: italic;
}

div.clear {
    clear: left;
}

