/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible !important; }
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#a1afae;}

#colorbox{outline:0; box-shadow:0 0 3px #5b9c9a;}
#cboxContent{ background:#fff; overflow:visible !important;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{ background:#fff; padding:40px 5px 20px;}
#cboxTitle{position:absolute;  min-height:10px; background:#fff;  left:0; color:#fff; width:100%;}
#cboxTitle .i{ width:23px; height:10px; position:absolute; right:20px; top:-10px;}
#cboxTitle h2{ font-size:24px; height:0px; display:none; text-align:center; color:#f08200;}
#cboxTitle div{ padding:30px 30px 20px; box-shadow:0 0 3px #5b9c9a; text-align:center; font-size:1.125em; color:#fff; background:#007571; }
#cboxCurrent{position:absolute; bottom:-50px; background:url(../images/china_line01.png) no-repeat center center; width:100%; text-align:center; left:0px; font-size:24px; font-family:Arial, Helvetica, sans-serif;  color:#404b4b;/* display:none !important;*/}
#cboxCurrent .span01 { float:left; width:49.4%; text-align:right;  }
#cboxCurrent .span02 { float:right; width:49.4%; text-align:left; padding-top:8px;  }

#cboxLoadingGraphic{background:url(../images/bx_loader.gif) no-repeat center center;}


#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:60px; margin-top:-40px; background:url(../images/china_auther_but01.png) no-repeat 0 0; width:80px; height:80px; text-indent:-9999px;}
#cboxPrevious:hover{ background-position:left bottom;}
#cboxNext{position:absolute; top:50%; right:60px; margin-top:-40px; background:url(../images/china_auther_but02.png) no-repeat 0 0 ; width:80px; height:80px; text-indent:-9999px;}
#cboxNext:hover{ background-position:left bottom; }
#cboxClose{position:absolute; top:10px; right:10px; display:block; background:url(../images/cboxClose.jpg) no-repeat; color:#fff; text-indent:-99999px; width:14px; height:16px; }
