﻿@charset "utf-8";
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10;/* overflow:hidden;*/}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; width:70%; height:20px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}



#cboxOverlay{background:#000;}
#colorbox{ z-index:11;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{/*background:url(../images/loading.gif) no-repeat center center;*/}
#cboxLoadingOverlay{background:#000;}
/*标题*/
#cboxTitle{position:absolute; bottom:0px; left:0px; width:100%; height:40px; line-height:40px; text-align:center;  color:#fff; background:#000; opacity:0.8; font-size:14px;}
#cboxCurrent{position:absolute; /*top:-22px; right:205px; text-indent:-9999px;*/bottom: 7px; right: 5%;color: #fff;font-size:16px; padding-right:30px; background:url(../images/down3.png) no-repeat right center;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:30px; height:30px; position:absolute;}
#cboxPrevious{ background:url(../images/left.png) no-repeat left center; left:20px; top:50%;}
#cboxPrevious.hover{ background:url(../images/left_on.png) no-repeat left center;}
#cboxNext{ background:url(../images/right.png) no-repeat left center; right:20px; top:50%;}
#cboxNext.hover{ background:url(../images/right_on.png) no-repeat left center;}
#cboxClose{/*background-position:-50px 0px;*/ width:42px; height:42px; background:url(../images/close.png) no-repeat center center; right:-40px; top:-40px;}
/*#cboxClose.hover{background-position:-50px -25px;}*/
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
#cboxMiddleLeft{ background:url(../images/left.png) no-repeat center center;}
#cboxCurrent a{ color:#fff;/*padding-right:30px; background:url(../images/down3.png) no-repeat right center;*/}
