    section#body section#title {
        font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 30px;
        line-height: 35px;
        width: 100%;
        padding: 40px 0 20px 0;
        clear: both;
        text-shadow: 1px 1px 1px #FFF;
    }

    section#body section#image {
        width: 100%;
        text-align: center;
    }

    section#body section#image img {
        max-width: 100%;
        max-height: 800px;
        border-radius: 10px;
        -moz-border-radius: 10px;

        -webkit-box-shadow: 4px 4px 7px #999;
        -moz-box-shadow: 4px 4px 7px #999;
        box-shadow: 4px 4px 7px #999;
    }

    section#body section#description {
        padding: 40px;
        padding-bottom: 20px;
        line-height: 1.3em;
    }

a.picture {
    display: block;
    cursor: pointer;
    background : #000;
    float : left;
    margin-top: 10px;
    margin-right: 10px;
    width: 260px;
    height: 260px;
    position: relative;

    font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.thumb {
    display: block;
    background : no-repeat center center;
    margin : 0 auto;
    height: 100%;
    max-height : 100%;
    max-width : 100%;
    z-index: 1;
}

.descr {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
    padding: 5px;
    width: 250px;
    min-height: 40px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF !important;
    font-size: 16px;
    line-height: 18px;
}

.descr small {
    color: #555;
}

    section#data {
        padding: 20px 10px;
        padding-top: 0;
        line-height: 1.3em;

        font-family: "Helvetica Neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

        section#data dt {
            display: block;
            float: left;
            width: 100px;
            padding-top: 5px;
            font-weight: normal;
        }

        section#data dd {
            display: block;
            float: left;
            width: 100px;
            clear: right;
            padding-top: 5px;
        }

#more {
    margin-top: 20px;
}

#show_more {
    cursor: pointer;
    color: #006CFF;
    border-bottom: dashed 1px;
}

#more div {
    display: none;
    line-height: 1.5em;
    padding: 10px;
}

/* Rotations... */

.rotation-0 {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.rotation-1 {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.rotation-2 {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-deg);
    transform: rotate(-6deg);
}


.rotation-3 {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
}

.rotation-4 {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}

.rotation-5 {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
}
