#zoom { z-index: 99990; position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100%; } #zoom .shade{ position:absolute; width:100%; height:100%; left:0px; top:0px; background-color:#666; opacity: 0.9; -moz-opacity: 0.9; filter: alpha(opacity=90); } #zoom .content { z-index: 99991; position:relative; margin:auto; top:10px; width: 1000px; height: 800px; padding: 0; } #zoom .content.loading { background-image: url("/yqdqzztsldcom/styles/blue/images/loading.gif"); } #zoom img { position:relative; margin:auto; display: block; max-width: none; width:100%; height:100%; background-color: #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.25); border-radius: 4px; } #zoom .zoom_img_panel{ position:relative; margin:auto; padding:5px; background-color:#fff; border:1px solid #ddd; } #zoom .zoom_img_panel .info{ position:absolute; z-index:99992; left:5px; bottom:5px; right:5px; width:auto; height:40px; line-height:40px; color:#fff; background: #000000; opacity: 0.6; -moz-opacity: 0.6; filter: alpha(opacity=60); overflow:hidden; text-indent:1em; } #zoom .close { z-index: 99993; position: absolute; top: 0; right: 0; width: 49px; height: 49px; cursor: pointer; opacity: 1; filter: alpha(opacity=100); border-radius: 0 0 0 4px; background-color: transparent; background-image: url("/yqdqzztsldcom/styles/blue/images/grally/close.png"); background-repeat: no-repeat; background-position: 50% 50%; } #zoom .previous, #zoom .next { z-index: 99992; position: absolute; top: 50%; overflow: hidden; display: block; width: 49px; height: 49px; margin-top: -25px; } #zoom .previous { left: 0; border-radius: 0 4px 4px 0; background-image: url("/yqdqzztsldcom/styles/blue/images/grally/arrows.png"); background-repeat: no-repeat; background-position: 0 0; } #zoom .next { right: 0; border-radius: 4px 0 0 4px; background-image: url("/yqdqzztsldcom/styles/blue/images/grally/arrows.png"); background-repeat: no-repeat; background-position: 100% 0; } #zoom .close:hover { background-color: #da4f49; } #zoom .previous:hover, #zoom .next:hover { background-color: #0088cc; }