#overLay {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: #000;
    z-index: 500;
}
#displayContent {
    position: absolute;
    top:50%;
    left:50%;
    margin: -50px 0 0 -50px;
    padding: 12px 40px 24px 0;
    width: 100px;
    height: 100px;
    z-index: 600;
}
#getContents {
    position: relative;
    padding: 12px;
    width: 100%;
    height: 100%;
    background: url(loading.gif) no-repeat center 50% #fff;
}
#getContents .imgClass {
    border: solid #bcbcbc 1px;
}
#getContents .alt {
    padding-top: 10px;
    font-size: 90%;
    color: #7f7f7f;
}
#getContents .back {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: block;
    width: 55px;
    height: 17px;
    background: url(modal_back.gif) no-repeat left top;
    text-indent: -9999px;
}
#getContents .next {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: block;
    width: 55px;
    height: 17px;
    background: url(modal_next.gif) no-repeat left top;
    text-indent: -9999px;
}
#closeBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
}
#closeBox a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(close.png) no-repeat left top;
    text-indent: -9999px;
}
