@import url(mystyle.css);

#title {
    width: 15em;
    margin: .5em auto;
    padding: .5em;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

ul.thumbGallery {
    position: relative;
    margin: auto;
    list-style: none;
    padding: 0;
    text-align: center;
}

ul.thumbGallery li {
    float: left;
    padding: 1px;
    margin: 1px;
    background: #FFFFFF;
    border: 1px solid #000000;
    line-height: 1em;
}

ul.thumbGallery a img {
    border: 0;
}

ul.thumbGallery li div {
    margin: .2em;
}

