#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; -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; }
#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; max-width: none; border: 0; -ms-interpolation-mode: bicubic; }
.cboxIframe { display: block; margin: 0; padding: 0; width: 100%; height: 100%; border: 0; }
#colorbox, #cboxContent, #cboxLoadedContent { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#cboxOverlay { background: #fff; opacity: 0.9; filter: alpha(opacity = 90); }
#colorbox { outline: 0; }
#cboxContent { overflow: visible; margin-top: 32px; border: 1px solid #999; background: #fff; }
.cboxIframe { background: #fff; }
#cboxError { padding: 50px; border: 1px solid #ccc; }
#cboxLoadedContent { padding: 1px; }
#cboxCurrent { display: none !important; }
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { overflow: visible; margin: 0; padding: 0; outline: none; border: 0; text-indent: -9999px; }
#cboxPrevious, #cboxNext{ text-indent:0; color:#FFF;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }
#cboxPrevious { position: absolute; bottom: 14px; left: 33px; width: 165px; height: 36px; color:#FFF; background:#000; z-index:2000; text-align:left; padding-left:10px;}
#cboxPrevious::after{ content:""; border:18px solid transparent; border-right-color: #000; position:absolute; left:-36px; top:0}
#cboxNext { position: absolute; bottom: 14px; right: 33px; width: 165px; height: 36px; color:#FFF; background:#000; z-index:2000; text-align:right; padding-right:10px;}
#cboxNext::after{ content:""; border:18px solid transparent; border-left-color: #000; position:absolute; right:-36px; top:0}
#cboxClose { position: absolute; top: 15px; right: 20px; z-index: 9090; width: 44px; height: 44px; background: url(/carineroitfeld/16fw_common/images/mdl_close.png) no-repeat; }