.image_gallery {
    text-align: center;
}

.image_gallery .current_image {
    margin: 10px auto;
    width: 558px;
    text-align: center;
    vertical-align: middle;
}

.image_gallery .current_image table {
    margin: auto;
}

.image_gallery .category_select {
    text-align: center;
    margin: 10px;
}

.image_gallery .buttons {
    width: 558px;
    display: table;
    margin: 10px auto;
    clear: both;
}

#image_gallery_prev {
    font-size: 12px;
    float: left;
}

#image_gallery_next {
    font-size: 12px;
    float: right;
}

.image_gallery .thumbnails {
}

.image_gallery .thumbnails .item {
    float: left;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}

.image_gallery .thumbnails .item .title {
    width: 100px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.image_gallery .thumbnails .item table td.image {
    width: 100px;
    height: 100px;
    text-align: center;
}

.clear {
    clear: both;
}


