@charset "utf-8";


#h2_gallery {
    width: 652px;
    height: 30px;
    background: url(../images/gallery/h2_gallery.gif) no-repeat left bottom;
    margin-bottom: 20px;
    text-indent: -9999px;
}

#galleryMain {
    position: relative;
    width: 650px;
    height: 372px;
    border: 1px solid #8c8c8c;
    background: #e6e6e6;
}

#galleryPhoto {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 487px;
    height: 330px;
    background: #e6e6e6;
}
#galleryPhoto table {
    position: absolute;
    top: 0;
    left: 0;
    width: 487px;
    height: 330px;
    z-index: 1;
    background: #e6e6e6;
}
#galleryPhoto table td {
    position: relative;
    width: 487px;
    height: 330px;
    padding: 0;
    text-align: center;
    vertical-align: center;
}
#galleryPhoto table td img {
    -moz-box-shadow: 4px 4px 8px #666;
    -webkit-box-shadow: 4px 4px 8px #666;
    box-shadow: 4px 4px 8px #666;
}

#galleryCtrl {
    position: absolute;
    top: 337px;
    left: 7px;
    width: 487px;
    height: 28px;
    padding: 0;
}
#galleryCtrl p {
    display: none;
    font-family: Arial;
    line-height: 28px;
    font-size: 20px;
    cursor: pointer;
}
#galleryCtrl #prevPhoto {
    float: left;
    padding: 0 1em 0 0.5em;
}
#galleryCtrl #nextPhoto {
    float: right;
    padding: 0 0.5em 0 1em;
}

#galleryThumbs {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 129px;
    height: 356px;
    border: 1px solid #8c8c8c;
    background: #d9d9d9;
}
#galleryThumbs table {
    width: 123px;
    height: 312px;
}
#galleryThumbs table td {
    position: relative;
    width: 109px;
    height: 74px;
    padding: 2px;
    text-align: center;
    vertical-align: center;
}
#galleryThumbs table td img {
    -moz-box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    box-shadow: 2px 2px 2px #666;
}
#galleryInfoTb {
    width: 100%;
    margin-bottom: 10px;
    border-right: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    border-left: 1px solid #8c8c8c;
    border-collapse: collapse;
    color: #666;
}
#galleryInfoTb th {
    width: 50%;
    padding: 2px 0 0;
    text-align: left;
}
#galleryInfoTb td {
    padding: 1em 1em 1em 1em;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
}
#galleryInfoTb td p {
    margin: 0;
    padding: 0;
}
.h3_gallery_s {
    width: 282px;
    height: 19px;
    margin: 0 0 0 7px;
    padding-left: 30px;
    text-indent: -9999px;
/*
    background: url(../images/gallery/h3_s_bg.gif) no-repeat left top;
    color: #737373;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.2em;
*/
}
#h3_gallery_01 {
    background: url(../images/gallery/h3_s_1.gif) no-repeat left top;
}
#h3_gallery_02 {
    background: url(../images/gallery/h3_s_2.gif) no-repeat left top;
}
#galleryInfoTb td#galleryInfo_l {
    border-right: 1px dotted #737373;
}

#galleryInfo_l_Tb {
    width: 90%;
    margin-bottom: 0;
    border: none;
    border-collapse: collapse;
}
#galleryInfo_l_Tb th {
    width: 5em;
    padding: 0.2em 0;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
#galleryInfo_l_Tb td {
    padding: 0.2em 0;
    vertical-align: top;
}


#galleryList {
    clear: both;
    width: 642px;
    padding: 2px 4px;
    border: 1px solid #8c8c8c;
    background: #e6e6e6;
    
}
.h3_gallery_w {
    width: 640px;
    height: 19px;
    margin: 0 0 3px 1px;
    text-indent: -9999px;
    background: url(../images/gallery/h3_w.gif) no-repeat left top;
/*
    background: url(../images/gallery/h3_w_bg.gif) no-repeat left top;
    color: #737373;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.2em;
*/
}
#galleryListTb {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 2px;
}
#galleryListTb th {
    width: 25%;
    height: 28px;
    background: url(../images/gallery/gallery_name_bg.gif) no-repeat center center;
    font-size: 12px;
    line-height: 14px;
    color: #797979;
    text-align: center;
}
#galleryListTb th.emptyCell {
    background: none;
}
#galleryListTb td {
    width: 25%;
    vertical-align: middle;
    text-align: center;
}
#galleryListTb td img {
    padding: 2px;
    background: #ffffff;
    border: 2px solid #d6d6d6;
}


