/* ====================================================
   Author  : webmaster of Kohrong-island.com
   Created : 14/10/2008
   Email : admin@kohrong-island.com
   You have right to use the program of lightbox freely
   ==================================================== */
#lb {

    opacity : 0.0 ;
    MozOpacity : 0.0 ;
    box.style.KhtmlOpacity = 0.0 ;
    filter : alpha(opacity=0);
    display : block;
    width : 100% ;
    height : 100% ;
    position: absolute ;
    top : 0px ;
    left : 0px;
    visibility : hidden ;
    z-index : 1 ;
    background:black ;

}

#lb_img {

    opacity : 0.0 ;
    MozOpacity : 0.0 ;
    box.style.KhtmlOpacity = 0.0 ;
    filter : alpha(opacity=100);
    display : block;
    width : 100% ;
    height : 100% ;
    position: absolute ;
    top : 0px ;
    left : 0px;
    visibility : hidden ;
    z-index : 100 ;
    text-align : center ;
    vertical-align:middle;

}

