a:link, a:visited {
    color: #EEE;
}

img {
    border: none;
}
#normal2, #normal3, #normal4, #normal5 {
    display: none;
}
#gallery {
    margin: 0 auto;
    max-width: 570px;
}
#thumbs {
    margin: 10px auto 10px auto;
    text-align: center;
    max-width: 500px;
}
#bigimages {
    max-width: 100%;
    float: left;
    margin-right: 15px;
}
#thumbs img {
    width: 110px;
    height: 110px;
}
#bigimages img {
    border: 4px solid #555;
    margin-top: 5px;
    max-width: 100%;
}
#thumbs a:link, #thumbs a:visited {
    width: 110px;
    height: 110px;
    border: 6px solid #555;
    margin: 6px;
    float: left;
}
#thumbs a:hover {
    border: 6px solid #888;
}