#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:99999; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#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:-30px; width:100%; font-size:90%; text-align:center; color:#fff; word-break:keep-all; line-height:130%; }
#cboxCurrent { display:none !important; }
#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% - 43px); left:-80px; width:45px; height:85px; background:url("/wp_default_image/colorbox_left.png") no-repeat 0 0; text-indent:-9999px; }
#cboxNext { position:absolute; top:calc(50% - 43px); right:-80px; width:45px; height:85px; 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 { 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')"); }
@media (max-width:768px)
{
	#colorbox { left:0 !important; width:100% !important; }
	#cboxWrapper { width:100% !important; }
	#cboxContent { width:100% !important; }
	#cboxLoadedContent { width:100% !important; }
	.cboxPhoto { width:385px !important; height:550px !important; }
	#cboxPrevious { top:calc(50% - 20px); left:20px; width:20px; height:38px; background:url("/wp_default_image/colorbox_left.png") no-repeat 0 0; background-size:20px; }
	#cboxNext { top:calc(50% - 20px); right:20px; width:20px; height:38px; background:url("/wp_default_image/colorbox_right.png") no-repeat 0 0; background-size:20px; }
	#cboxClose { right:auto; left:50%; width:25px; height:25px; background:url("/wp_default_image/colorbox_close.png") no-repeat center center; background-size:25px; transform:translatex(-50%); }
}
@media (max-width:480px)
{
	#colorbox { left:0 !important; width:100% !important; }
	#cboxWrapper { width:100% !important; }
	#cboxContent { width:100% !important; }
	#cboxLoadedContent { width:100% !important; }
	.cboxPhoto { width:235px !important; height:337px !important; }
	#cboxPrevious { top:calc(50% - 20px); left:20px; width:20px; height:38px; background:url("/wp_default_image/colorbox_left.png") no-repeat 0 0; background-size:20px; }
	#cboxNext { top:calc(50% - 20px); right:20px; width:20px; height:38px; background:url("/wp_default_image/colorbox_right.png") no-repeat 0 0; background-size:20px; }
	#cboxClose { right:auto; left:50%; width:25px; height:25px; background:url("/wp_default_image/colorbox_close.png") no-repeat center center; background-size:25px; transform:translatex(-50%); }
}