* {
    padding: 0;
    margin: 0;
    font-family: Verdana, Helvetica, sans-serif;
}

body {
    margin: 66px 0 0;
    font-size: 0.8em;
}

a {
    text-decoration: none;
    color: #C4141B;
}

h1 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.4em;
}

p {
    width: 340px;
    margin: 0 auto 30px;
    text-align: left;
}

img {
    vertical-align: middle;
    border: none;
}

#imageWrapper {
    margin: 0 auto;
    width: 870px;
    height: 580px;
    text-align: center;
}

#image {
    width: 870px;
    height: 580px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 475px;
}

a.previous {
    float: left;
    margin: 0 0 0 49px;
    padding-left: 14px;
    background: url(../images/arrow_left_red_inverted.gif) left center no-repeat;
}

.description {
    margin-bottom: 20px;
}

a.next {
    float: right;
    margin: 0 49px 0 0;
    padding-right: 14px;
    background: url(../images/arrow_red_inverted.gif) right center no-repeat;
}

a.slideshow {
    background: url(../images/arrow_red_inverted.gif) right center no-repeat;
    padding-right: 14px;
}

a.disabled {
    visibility: hidden;
}
