.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: normal;
}

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

.clear {
    clear: both;
}

/* ************************ SlideLibrary Styles  ************************ */

#image-details
{
    text-align:center;
    margin:5px  0;
}
.download-link
{
    text-align:center;
}
.mynotebook-link
{
    text-align:center;
}

.image_meta table
{
    width:500px;
}

.image-meta th
{
    width:15%;
}

.image-meta th, .image-meta td
{
    color: #575757;
    font-size:12px;
    text-align:left;
    padding:2px;
}


