#glayLayer{
    display:none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black;
    opacity: 0.60;
    filter:alpha(opacity=60);
    z-index: 3;
}
#overLayer{
    display:none;
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-45px;
    z-index: 4;
}
#overLayerSlide{
    display:none;
    position: absolute;
    top:0;
    left:0;
    margin-top:0;
    margin-left:0;
    background: url("../images/slide_show_back2.png") no-repeat scroll right center transparent;
    width: 740px;
    height: 480px;
    z-index: 4;
}

.top_navi {
            margin: 10px 10px 0 10px;
            padding: 10px 10px 0 10px;
            height: 24px;
          }

.top_navi p {
              margin: 0;
              padding-top: 5px;
              width: 640px;
              height: 19px;
              float: left;
            }
.top_navi .close img {
                       cursor: pointer;
                     }

.slide_main {
              margin: 0 10px 0 10px;
              padding-top: 8px;
              padding-bottom: 2px;
              width: 550px;
              height: 380px;
              text-align: center;
}

.prev {
        margin-left: 10px;
        padding-left: 30px;
        padding-top: 170px;
        width: 45px;
        text-align: left;
        float: left;
      }
.prev img {
            cursor: pointer;
          }
.next {
        margin-right: 10px;
        padding-right: 30px;
        padding-top: 170px;
        width: 45px;
        text-align: right;
        float: right;
      }
.next img {
            cursor: pointer;
          }

.bottom_navi {
               margin: 0 10px 10px 10px;
               padding: 0 10px 10px 10px;
               height: 24px;
               text-align: center;
               overflow: hidden;
}

#largePop{
    display:none;
    position: absolute;
    top:0;
    left:0;
    margin-top:0;
    margin-left:0;
    background-color: #FFFFFF;
    border: 1px solid #9999FF;
    width: 250px;
    height: 250px;
    text-align: center;
}


div.slide_mask{
    width: 570px;
    height: 390px;
    float: left;
}
span.slide_clear{
    position:absolute;
    display:block;
    width:570px;
    height:390px;
    background-image:url(../images/spacer.gif);
}



* html #glayLayer{
    position:absolute;
}
* html #overLayer{
    position: absolute;
}








