#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#colorbox {outline: 0;}
#cboxOverlay{position:fixed; width:100%; height:100%; opacity: 0.9; filter: alpha(opacity = 90);}
#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;}
.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;}
#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;}

/*
 OpenZula default theme
*/
#cboxOverlay {
	background: #000;
}

#cboxLoadingOverlay, #cboxContent {
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#cboxLoadingGraphic {
	background: url(images/colorbox/loading.gif) no-repeat center;
}

#cboxContent {
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 22px #333;
	-moz-box-shadow: 0 0 22px #333;
	-webkit-box-shadow: 0 0 22px #333;
}

#cboxLoadedContent {
	margin: 9px;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	border: 1px solid #ccc;
	padding: 50px;
}

/* Controls & text */
#cboxTitle, #cboxCurrent, #cboxSlideshow {
	color: #444;
	font-size: 11px;
	position: absolute;
}

#cboxTitle {
	font-size: 12px;
	font-weight: bold;
	left: 10px;
	bottom: 7px;
}

#cboxCurrent {
	right: 11px;
	bottom: 7px;
}

#cboxSlideshow {
	border-right: 2px solid #ccc;
	padding-right: 5px;
	right: 76px;
	bottom: 7px;
}

/* Controls */
#cboxPrevious, #cboxNext, #cboxClose {
	background-image: url(images/colorbox/controls.png);
	background-repeat: no-repeat;
	box-shadow: none;
	height: 65px;
	min-height: 65px;
	margin-top: -32px;
	position: absolute;
	text-indent: -9999px;
	top: 30%;
	width: 28px;
	min-width: 28px;
}

#cboxPrevious {
	background-position: top left;
	left: 9px;
}

#cboxNext {
	background-position: top right;
	right: 9px
}

#cboxClose {
	background-position: top center;
	display: block;
	height: 19px;
	min-height: 19px;
	right: 15px;
	top: 41px;
	width: 38px;
	min-width: 38px;
}

#cboxPrevious:hover {background-position: bottom left}
#cboxNext:hover {background-position: bottom right}
#cboxClose:hover {background-position: bottom center;}
