#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxOverlay { position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent {position:relative; /*overflow:hidden;*/}
#cboxLoadedContent { overflow:auto; }
#cboxLoadedContent iframe { display:block; width:100%; height:100%; border:0; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
#cboxPrevious, #cboxNext { position:absolute; top:50%; width:24px; height:24px; margin-top:-12px; text-indent:-9999px; }
#cboxPrevious { left:-8px; background: url(/css/plugin/jquery/colorbox/img/colorBoxSprite.png) no-repeat 0 -48px; }
#cboxPrevious:hover { background-position: -24px -48px; } 
#cboxNext { right:-8px; background: url(/css/plugin/jquery/colorbox/img/colorBoxSprite.png) no-repeat 0 -24px; }
#cboxNext:hover { background-position: -24px -24px; }
#cboxClose { position: absolute; top: -8px; right: -8px; width: 24px; height: 24px; overflow: hidden;
	text-indent: -1000px; background: url(/css/plugin/jquery/colorbox/img/colorBoxSprite.png) no-repeat 0 0; }
#cboxClose:hover { background-position: -24px 0; }
#cboxCurrent { display:none !important; }
#cboxOverlay{ background:#000; }
#cboxLoadingGraphic { background: url(https://cdn.pixum.com/images/cart/ajax-loader_squares.gif) no-repeat center center; }
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight { width: 18px; height: 18px; }
#cboxMiddleLeft, #cboxMiddleRight {	width:18px; }
#cboxTopCenter, #cboxBottomCenter {	height:18px; }
#cboxContent { background: #fff; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); }
#cboxTitle { color: #fff; position: absolute; top: -20px; left: 5px; }