/* 
    Document   : taste09
    Created on : Jul 10, 2009, 1:27:28 PM
    Author     : eric
    Description:
*/

#taste09_gallery {
    width: 750px;
    list-style: none;
    overflow: hidden;
}

#taste09_gallery li {
    background: none;
    margin: 0;
    padding: 0;
    width: 155px;
    /*border: 1px solid green;*/
    float: left;
    padding: 0 15px 15px 15px;
}

#taste09_gallery .image_id {
    text-align: center;
}

.taste09_gallery_paging              { overflow: hidden; }
.taste09_gallery_paging div.previous { float: left;      }
.taste09_gallery_paging div.next     { float: right;     }
.taste09_gallery_paging div.jump_to_photo_container { text-align: center; } 

#taste09_gallery a img, #taste09_viewer a img {
    border: 0;
}

/* image view page */
p.taste09_picture_id {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.taste09_viewer_paging {
    margin-bottom: 4px;
}

.taste09_viewer_paging td.back_to_gallery {
    text-align: center;
    vertical-align: middle;
}

.taste09_viewer_paging td.previous, .taste09_viewer_paging td.next {
    width: 200px;
}

.taste09_viewer_paging td.next {
    text-align: right
}


form.jump_to_photo .photo_id {
    width: 100px;
}