#code4net-popup-mask{
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:200;
}

#code4net-popup-wrapper{ 
    display:none;  
    width:100%; 
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:210;
    background:transparent !important;
}

#code4net-popup-wrapper td{
    text-align:center;
    vertical-align: middle;
    background:transparent !important;
}

#code4net-popup-window{
    text-align:left;
    background-color:white;
    display:inline-block;
    position:relative;
    width: 860px; 
    height: 660px;
}

#code4net-popup-content
{
    margin:30px;
    position:relative;
}

#code4net-popup-img
{
    
}

.code4net-popup-nav-prev, .code4net-popup-nav-prev-empty
{
    position:absolute;
    top:302px;
    left:0;
    width:55px;
    height:55px;
    background-color:#eee;
    background: transparent url('../images/left.jpg') no-repeat left top;
    z-index:220;
}

.code4net-popup-nav-prev:hover
{
    cursor:pointer;
    background: transparent url('../images/left.jpg') no-repeat left top;
}

.code4net-popup-nav-next, .code4net-popup-nav-next-empty
{
    position:absolute;
    top:302px;
    right:0;
    width:55px;
    height:55px;
    background-color:#eee;
    background: transparent url('../images/right.jpg') no-repeat left top;
    z-index:220;
}

.code4net-popup-nav-next:hover
{
    cursor:pointer;
    background: transparent url('../images/right.jpg') no-repeat left top;
}

#code4net-popup-close
{
    position:absolute;
    background: #ffffff url('../images/close.jpg') no-repeat;
    width:30px;
    height:30px;
    top:0;
    right:0;
    cursor:pointer;
}

#code4net-popup-loader
{
    position: absolute;
    width: 32px;
    height: 32px;
    background: #ffffff url('../images/ajax-loader.gif') no-repeat;
    left: 414px;
    top: 314px;
}