


/* 鍥剧墖璇︽儏椤� */

#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }

#mbCenter{  position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }

#mbImage {padding:5px; }

#mbBottom { min-height:20px; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#1751A2;  line-height:20px; font-size:15px; }
#mbNumber { background:url(../images/mbNumber_bg.gif) no-repeat center; display:inline; color:#1751A2; line-height:26px; font-size:16px; position: absolute; bottom: 6px; right: 10px; text-align: center; width:65px; height:26px; }

#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:100px; height:50px; background:transparent url(../images/CustomBlackNext.png) no-repeat center; position: absolute; top:-50px; left:37%; right:37%;border-top-left-radius:5px;  border-top-right-radius:5px;}
#mbNextLink { width:100px; height:50px; background:transparent url(../images/CustomBlackPrevious.png) no-repeat center; position: absolute; bottom:-50px;left:37%; right:37%; border-bottom-right-radius:5px;  border-bottom-left-radius:5px;}
#mbCloseLink { width:18px;height:20px; background:#fff url(../images/CustomBlackClose.png) no-repeat center; position:absolute; top:-40px; left:0px; padding:10px 10px 10px 10px; }




