@CHARSET "UTF-8";


/*******************************************************************************

    Magnify Img

*******************************************************************************/
.magnifyImg
{
    cursor: pointer;
}

#magnifyImgBackground
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #222222;
    z-index: 5;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
    margin: 0px;
}

#magnifyImgBox
{
    position: absolute;
    border-width: 0px;
    background-color: #ffffff;
    padding: 20px 0px 0px 0px;
    display: none;
    z-index: 6;
    color: #555555;
    line-height: 1.2;
}

#magnifyImgCloseBtn
{
    position: absolute;
    top: -7px;
    right: -7px;
    width: 26px;
    height: 26px;
    background: url("../../images/close.gif") no-repeat right top;
    cursor: pointer;
}
    
#magnifyImgFrame
{
    overflow: auto;
    text-align: center;
    margin: 0px auto;
}

#magnifyImg
{
    text-align: center;
    margin: auto;
}
