#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}

#colorbox {width:700px;height:700px;}

#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{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:url(../../img/jw/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{background:transparent;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-top:30px;}
#cboxTitle{position:absolute; bottom:0676; left:0; text-align:center; width:100%; color:#949494;}

#cboxCurrent{position:absolute; bottom:auto; left: auto; top: 0; text-align: center; color:#949494;}

#cboxLoadingOverlay{background:url(../../img/jw/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../../img/jw/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {outline:0;}

#cboxPrevious{
	position:absolute;
	bottom:50%;
	top: 50%;
	left:-35px;
	width:31px;
	height:31px;
	text-indent:-9999px;
	background: url(../../img/i40/arrow-prev.png) center center no-repeat transparent;
}
#cboxNext{
	position:absolute;
	bottom:50%;
	top: 50%;
	right:-35px;
	width:31px;
	height:31px;
	text-indent:-9999px;
	background: url(../../img/i40/arrow-next.png) center center no-repeat transparent;
}


#cboxClose, #cboxClose:hover{
  position:absolute;
  right:3px;
  top: 30px;
  background: url(../../img/jw/close.png) no-repeat;
  height: 27px;
  width: 27px;
  margin-top: 0;
  text-indent: -9999px;
  z-index: 1;
}


/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.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);
}

.cbAccordion {
  display: block;
  color: #fff;
}
.cbAccordion::after {
  content: '';
  display: table;
  clear: both;
}
.cbAccordion .accordionTrigger {
  float: left;
  padding: 10px 0;
  cursor: pointer;
}
.cbAccordion .accordionToggle {
  position: absolute;
  bottom: 40px;
  padding: 5px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .75);
}
.copyright {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: -1;
}
.cbInfo {
  display: inline-block;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  color: #004f80;
  background-color: #fff;
}
.icon.cboxElement {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
}
.icon.cboxElement:hover,
.icon.cboxElement:focus {
  text-decoration: none;
}
