/***************** General elements **************/
#frame {
    overflow: auto;
    width: auto;
    height: 385px;
    font-size: 0.8em;
    background-color: #000;
    padding: 10px;
}

table {
    width: 200px;
}

/***************** Gallery Sec *******************/
#thumbs {
    padding-bottom:10px;
    padding-top:0;
}
#thumbs .thumb_row {
    display:block;
    padding:2px;
    width:640px;
}
#thumbs .thumb_row2 {
    display:block;
    padding:3px;
    width:404px;
}
#thumbs .thumb {
    float:left;
    font-family:verdana,arial,hevetica,sans-serif;
    font-size:9px;
    line-height:130%;
    padding:0 4px 10px;
    width:120px;
}
#thumbs .thumb2 {
    float:left;
    font-family:verdana,arial,hevetica,sans-serif;
    font-size:9px;
    line-height:130%;
    padding:0 7px 10px;
    width:120px;
}
#thumbs .thumb_img {
    background:transparent url(/images/bg_thumb.gif) repeat scroll 0 0;
    height:120px;
    padding-bottom:3px;
    text-align:center;
    width:120px;
}

/* GALEERY SECTION */
.no_images {
    min-height: 25em;
    text-align: center;
    padding-top: 2em;
}

#galleries, #gallery_image, #next_previous {
    width: 645px;
}

#galleries {
    min-height: 30em;
}

#galleries ul {
    line-height: 2em;
    list-style: square;
    margin-left: 2em;
}

#galleries ul a {
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

#galleries ul a:hover {
    border-bottom: 1px dotted #fff;
}

#pc-top, #mp_results_top, #mp_results_bot, #next_previous {
    text-align: center;
    padding: 5px 0px;
}

.nav_off {
    border: 1px solid #444;
    padding: 1px 5px;
    background-color: #0F0F0F;
    color: #444;
}

a.nav_on {
    border: 1px solid #666;
    padding: 1px 5px;
    background-color: #0F0F0F;
    color: #999;
    text-decoration: none;
}

a:hover.nav_on {
    border: 1px solid #999;
    background-color: #2F2F2F;
}

.nav_selected {
    border: 1px solid #999;
    padding: 1px 5px;
    font-weight: bold;
}

#gallery_image, #next_previous {
    text-align: center;
}

#gallery_image {
    height: 480px;
    border: 1px solid #333;
}

#next_previous {
    margin-bottom: 10px;
}

#next_previous a {
    text-decoration: none;
    border: 1px solid #666;
    padding: 1px 5px;
    background-color: #0F0F0F;
    color: #999;
}

#next_previous a:hover {
    border: 1px solid #999;
    background-color: #2F2F2F;
}