#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:99999; }
#cboxOverlay { position:fixed; width:100%; height:100%; opacity:0.6 !important; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto{ display:block; float:left; margin:auto; border:0; }
.cboxIframe { display:block; width:100%; height:100%; border:0; }

#cboxOverlay { background-color:#000 }
.cboxIframe { background-color:#fff; }
#cboxError { padding:50px; border:1px solid #ccc; }
#cboxTitle { position:absolute; left:0; bottom:-63px; width:100%; font-size:1.25rem; text-align:center; color:#fff; word-break:keep-all; line-height:130%; }
#cboxCurrent { margin-top:40px; font-size:0.938rem; font-weight:500; color:#fff; }
#cboxSlideshow { position:absolute; left:0; top:-40px; width:30px; height:30px; text-indent:-9999px; }
.cboxSlideshow_on #cboxSlideshow { background:url("/wp_default_image/colorbox_stop.png") no-repeat center center; }
.cboxSlideshow_off #cboxSlideshow { background:url("/wp_default_image/colorbox_play.png") no-repeat center center; }
#cboxPrevious { position:absolute; top:calc(50% - 21px); left:-90px; width:21px; height:36px; background:url("/wp_default_image/colorbox_left.png") no-repeat 0 0; text-indent:-9999px; }
#cboxNext { position:absolute; top:calc(50% - 21px); right:-90px; width:21px; height:36px; background:url("/wp_default_image/colorbox_right.png") no-repeat 0 0; text-indent:-9999px; }
#cboxLoadingOverlay { }
#cboxLoadingGraphic { background:url("/wp_default_image/colorbox_loading.gif") no-repeat center center; }
#cboxClose { display:none !important; position:absolute; top:-40px; right:0; width:30px; height:30px; background:url("/wp_default_image/colorbox_close.png") no-repeat center center; text-indent:-9999px; }

.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); }

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight { _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')"); }