﻿/* 圖片放大彈出層 */
.zoominner {background: none repeat scroll 0 0 #000000; padding: 5px 14px 15px; text-align: left;}
.zoominner p {height:30px; _position:absolute; _right:2px; _top:5px;}
.zoominner p a {
    background: url(/images/xx.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 19px;
    line-height: 100px;
    margin-left: 10px;
    overflow: hidden;
    width: 19px;
    background-position: 5px 6px;
}

.zoominner p a.imgadjust {background-position: -40px 0;}
.zoominner p a.image_zoom_close, .zoominner p a.iframe_zoom_close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.y {float: right; margin-bottom:10px;}
.ctnlist .text img{ cursor:pointer;}
#image_zoom_cover{background-color:#000000; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity:0.7; position:absolute; z-index:800; top:0px; left: 0px; width:100%; display:none;}
#image_zoom{ display:none; z-index:801; position:absolute;}
#image_zoom_img{_width:300px; _height:200px; /*min-width:300px; min-height:200px;*/ background:url(/images/ui-anim_basic_16x16.gif) center center no-repeat;}
#image_zoom_zoomlayer{ _width:300px; _height:200px; _position:relative; _padding-top:30px; /*min-width:300px; min-height:200px;*/}

#iframe_zoom_cover{background-color:#000000; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity:0.7; position:absolute; z-index:800; top:0px; left: 0px; width:100%; display:none;}
#iframe_zoom{ display:none; z-index:801; position:absolute;}
#iframe_zoom_img{_width:300px; _height:200px; min-width:300px; min-height:200px; background:url(/images/ui-anim_basic_16x16.gif) center center no-repeat;}
#iframe_zoom_zoomlayer{ _width:300px; _height:200px; _position:relative; _padding-top:30px; min-width:300px; min-height:200px;}