
/*
div.zoom{
    left: 200px;
    top: 10px;
    width: 800px;
    height: 1142px;
    position: absolute;    
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
}*/

div.zoom{
    width: 814px;
    height: 500px;    
    overflow: auto; 
    background: white;   
    margin-right: 10px;
}

div.zoom-wrapper div.imgdownload{    
    color:white;
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    height:16px;
    line-height:16px;
    position:absolute;
    right:25px;
    top:8px;
    width:68px;
    z-index:200;
    }
    
div.zoom-wrapper div.imgdownload a{
    color:white;
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    text-decoration: none;
    padding: 0;
    margin: 0;
    border: 0;
    }

/* GOOD
div.zoom-wrapper{
    width: 810;
    height: 500px;
    z-index: 10;
    position: absolute;
    left: 100px;
    top: 20px;
    display: hidden;
}*/

div.zoom-wrapper{
    width: 810;
    height: 500px;
    z-index: 10;
    /*position: absolute;*/
    /*left: 100px;
    top: 20px;*/
    /*display: hidden;*/
}

div.scroll-pane{
    background:#CCCCCC none repeat scroll 0 0;
    float:left;
    height:200px;
    overflow:auto;
    width:200px;
}

#img_sfoglino{
    width: 800px;
    height: /*1142*/905px;
    background-image: url(zoom/0.jpg);
    background-repeat: no-repeat;
    background-position: left top;    
    left: -4px;
}

.ui-dialog-titlebar{    
                font-size: 11px;
            }
            
.ui-dialog-content{
                font-size: 2px;                    
                }