#colorbox,#cboxOverlay,#cboxWrapper { position:absolute;top:0;left:0;z-index:9999;-webkit-transform:translate3d(0,0,0)}
#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 font-size:1.2em; font-weight:bold;}
#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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
#cboxOverlay {background:#000;opacity:.6}
#colorbox {outline:0}
#cboxContent {margin-top:20px}
.cboxIframe {}
#cboxError {padding:50px;border:1px solid #ccc}
#cboxLoadedContent {box-shadow:0 0 .5em rgba(0,0,0,.5);border-radius:.2rem;background-color:#fff}
#cboxTitle {position:absolute;top:-20px;left:0;color:#ccc}
#cboxCurrent {position:absolute;top:-20px;right:0;color:#ccc}
#cboxLoadingGraphic {background:url(images/loading.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}
#cboxClose {display:block;width:2em;height:2em;padding:0;background-color:maroon;border-radius:50%;
	box-shadow:0 0 .1em 0 rgba(0,0,0,.5);position:absolute;top:-.5em;right:-1em;z-index:1;margin:0;overflow:hidden}
#cboxClose::before {display:block;height:200%;content:""}
#cboxClose::after {display:block;width:1em;height:1em;font-size:1em;font-weight:normal;position:absolute;
	top:-4px;bottom:0;left:0;right:0;margin:auto;content:"X"; color:white}
#cboxClose:hover,#cboxClose:focus {background-color:#c12021}