.imgObject {

}

.panelZoom {
    display: none;
    z-index: 1000;
    background-color: rgba(240, 204, 126, 0.6);
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*pointer-events: none;
    filter: "alpha(opacity=1)";
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;*/
    /*background: url("../images/Transparent.png") repeat 0 0 rgba(0, 0, 0, 0);
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;*/
    width: 100%;
    height: 100%;
}

.panelZoomImage {
    display: block;
    height:0px;
    width:0px;
    margin-left:0px; 
    z-index:1100;
}

.imgZoomImage {
    display: block;
    width: auto;
    height: auto;
    z-index: 1200;
    /*-webkit-box-shadow: 0px 0px 10px 6px #Cfff;
    box-shadow: 0px 0px 10px 6px #fff;
    background-color: black;*/
}

.panelZoomInfo {
    width: 50px;
    height: 110px;
    background-color: white; /*rgba(240, 204, 126, 1);*/
    -webkit-box-shadow: 0px 10px 10px 6px #C08C00;
    box-shadow: 0px 10px 10px 6px #C08C00;
    -webkit-box-shadow: inset 0px 0px 10px 5px #C08C00;
    box-shadow: inset 0px 0px 10px 5px #C08C00;
    border-top: 1px solid grey;
    z-index: 1500;
    display:none;
    float:left;
    min-width: 360px;
}
.panelZoomInfoInner{
    
}
.lblZoomInfo {
    display:block;
    float:left;
    white-space: pre-wrap;
    font-size:0.95em;
    width: calc(100% - 20px);
    margin-left:10px;
    margin-top:10px;
}
