/* @override http://libraryofbirmingham.site/assets/css/colorbox.css */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
	overflow: visible;
}

#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;
}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/

#cboxOverlay {
	background: url(/cs/assets/images/colorbox/overlay.png) 0 0 repeat;
}

#colorbox {
	
}

#cboxWrapper {
	padding: 21px;
	background: #fff;
	overflow: hidden;
}

#cboxContent {
	background: #fff;
}

#cboxLoadedContent {
	margin-bottom: 28px;
}

#cboxTitle {
	position: absolute;
	bottom: 3px;
	left: 0;
	text-align: left;
	color: #333;
	background: #fff;
	padding-right: 100px;
	padding-top: 10px;
}

#cboxCurrent {
	position: absolute;
	bottom: 3px;
	right: 0;
	color: #666;
}

#cboxSlideshow {
	position: absolute;
	bottom: 3px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 50%;
	left: 10px;
	background: url(/cs/assets/images/colorbox/next-prev.png) left 0 no-repeat;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	opacity: 0.5;
}

#cboxPrevious.hover {
	opacity: 1;
}

#cboxNext {
	position: absolute;
	bottom: 50%;
	right: 10px;
	background: url(/cs/assets/images/colorbox/next-prev.png) right 0 no-repeat;
	width: 31px;
	height: 31px;
	opacity: 0.5;
	text-indent: -9999px;
}

#cboxNext.hover {
	opacity: 1;
}

#cboxLoadingOverlay {
	background: url(/cs/assets/images/colorbox/loading_background.png) center center no-repeat;
}

#cboxLoadingGraphic {
	background: url(/cs/assets/images/colorbox/loading.gif) center center no-repeat;
}

#cboxClose {
	position: absolute;
	text-indent: -9999px;
	background: url(/cs/assets/images/colorbox/close.png) no-repeat 0 0;
	display: block;
	height: 28px;
	width: 28px;
	top: 2px;
	right: 2px;
}

#cboxClose:hover {
	background-position: 0 -30px;
}