.simplegallery {
    margin: 0 auto;
    /*width: 418px;*/
    height: 520px;
    overflow: hidden;
}

.simplegallery .content {
    background: #fff;
    position: relative;
    /*width: 418px;*/
    /*height: 420px;*/
    overflow: hidden;
}

.simplegallery .content img {
    width: 415px;
    border: 0px solid #9c9c9c;
}

.simplegallery .thumbnail { margin-top: 5px; }

.simplegallery .thumbnail .thumb {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.simplegallery .thumbnail .thumb img {
    border: 0px solid #9c9c9c;
    width: 100px;
}

.simplegallery .thumbnail .last { margin: 0; }

.clear { clear: both; }