#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;background:#ffffff;}
#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; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{outline:0; -webkit-box-shadow: 0px 0px 15px #3d3d3d; -moz-box-shadow: 0px 0px 15px #3d3d3d; box-shadow: 0px 0px 15px #3d3d3d;}
#cboxTopLeft{width:21px; height:21px; background:#ffffff;}
#cboxTopRight{width:21px; height:21px; background:#ffffff;}
#cboxBottomLeft{width:21px; height:21px; background:#ffffff;}
#cboxBottomRight{width:21px; height:21px; background:#ffffff;}
#cboxMiddleLeft{width:21px; background:#ffffff;}
#cboxMiddleRight{width:21px; background:#ffffff;}
#cboxTopCenter{height:21px; background:#ffffff;}
#cboxBottomCenter{height:21px; background:#ffffff;}
#cboxContent{background:#ddd; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:34px;background:#fff;border-bottom:10px solid #fff;}
/* #cboxTitle{position:absolute; bottom:7px; left:0; text-align:center; width:100%; color:#444444; } */
#cboxTitle {font-weight:400;line-height:20px;font-size:10px;bottom: 6px;color: #444444;font-size: 10px;left: 0;position: absolute;text-align: center; box-sizing: border-box; padding: 0 120px 0 120px;width: 100%;}
#cboxTitle {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#cboxCurrent{font-weight:400;line-height:20px;position:absolute; bottom:6px; left:58px; color:#444444; font-size:10px; }
#cboxLoadingOverlay{background:#fff}
#cboxLoadingGraphic{background:url(images/loading.svg) 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; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:4px; left:0; width:25px; height:25px;font-size:12px;outline:none;}
#cboxPrevious:hover{ color:#7c2759;}
#cboxNext{position:absolute; bottom:4px; left:20px; width:25px; height:25px;font-size:12px;outline:none;}
#cboxNext:hover{color:#7c2759;}
#cboxClose{position:absolute; bottom:4px; right:0; width:25px; height:25px;font-size:14px;outline:none;}
#cboxClose:hover{color:#7c2759;}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}