﻿
#page {
    position: relative;
    text-align: center;
}

#images {
    float: left;
    width: 600px;
}

#details {
    color: #000;
}



h1 {
    background: inherit;
    border-bottom: 1px dashed #ccc;
    font: 25px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 15px;
    text-align: center;
}



.gallery {
    width: 800px;
    cursor: default;
    list-style: none;
}



    .gallery img {
        background: #fff;
        border-color: #aaa #ccc #ddd #bbb;
        border-style: solid;
        border-width: 1px;
        color: inherit;
        padding: 2px;
        vertical-align: top;
        width: 150px;
        height: 150px;
    }



    .gallery li {
        background: #eee;
        border-color: #ddd #bbb #aaa #ccc;
        border-style: solid;
        border-width: 1px;
        color: inherit;
        display: inline;
        float: left;
        margin: 3px;
        padding: 5px;
        position: relative;
    }
