#colorbox, #cboxOverlay, #cboxWrapper{position:absolute;top:0;left:0;z-index:9999;}
#cboxOverlay{position:fixed;width:100%;height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent img{max-width:100%;height:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;border:0;}
.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;}
.cboxIframe{width:100%;height:100%;display:block;border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#cboxOverlay{background:url(images/overlay.png) repeat 0 0 rgba(0,0,0,0.9);-webkit-filter:blur(1px);}
#colorbox{background-color:#fff;padding:0px;}
#cboxContent{margin:0px;}
.cboxIframe{background:transparent;}
#cboxError{padding:50px;border:1px solid #ccc;}
#cboxLoadedContent{background-color:#fff;border:10px solid #cacccf;padding:0px;box-shadow:2px 2px 8px rgba(0,0,0,0.7);}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle{background-color:rgba(0,0,0,0.5);color:#fff;color:rgba(255,255,255,1);font-size:14px;line-height:1.7em;position:absolute;bottom:10px;left:-1px;width:100%;width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);width:calc(100% - 20px);margin:0 11px;padding:0px 20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#cboxCurrent{background-color:rgba(0,0,0,0.3);color:#fff;height:25px;line-height:25px;padding:0px 10px;position:absolute;top:-30px;right:36px;}
#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff;}
#cboxPrevious{position:absolute;top:0;left:11px;margin-top:-9px;background:url(images/arrow.png) no-repeat 0 50%;width:43px;height:100%;text-indent:-9999px;opacity:0;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;transition:all 0.1s linear;}
#cboxContent{position:relative;}
#cboxContent:hover #cboxNext,
#cboxContent:hover #cboxPrevious{opacity:0.2;}
#cboxPrevious:hover{background-position:0 50%;opacity:0.5 !important;}
#cboxNext{position:absolute;top:0;right:11px;margin-top:-5px;background:url(images/arrow.png) no-repeat -43px 50%;width:43px;height:100%;text-indent:-9999px;opacity:0;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;transition:all 0.1s linear;}
#cboxNext:hover{background-position:-43px 50%;opacity:0.7 !important;}
#cboxNext:focus, #cboxPrevious:focus{outline:none;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxClose{position:absolute;top:-38px;right:11px;display:block;background:url(images/close.png) no-repeat 50% rgba(0,0,0,0.5);width:34px;height:32px;padding:0px 2px;text-indent:-9999px;}
#cboxClose:hover{background-color:rgba(0,0,0,0.9);}