/*
	ColorBox Core Style
	The following rules are the styles that are consistant between themes.
	Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9; text-align: center;/*overflow:hidden;*/}
#cboxOverlay{position:fixed; width:100%; height:100%; overflow:hidden;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{text-align:left; padding-top: 5px; font-weight:bold; color:#318995;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
	Example user style
	The following rules are ordered and tabbed in a way that represents the
	order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/overlay.png) 0 0 repeat; }
#colorbox{margin-top: 20px;}
	#cboxTopLeft{width:19px; height:49px; background:url(../images/borderTopLeft.gif) top left no-repeat;}
	#cboxTopRight{width:19px; height:49px; background:url(../images/borderTopRight.gif) top right no-repeat;}
	#cboxBottomLeft{width:19px; height:49px; background:url(../images/borderBottomLeft.gif) bottom left no-repeat;}
	#cboxBottomRight{width:19px; height:49px; background:url(../images/borderBottomRight.gif) bottom right no-repeat;}
	#cboxMiddleLeft{width:19px; background:url(../images/borderMiddleLeft.gif) left top repeat-y;}
	#cboxMiddleRight{width:19px; background:url(../images/borderMiddleRight.gif) right top repeat-y;}
	#cboxTopCenter{padding-top: 6px;height:43px; background:url(../images/borderTopCenter.gif) top repeat-x;}
	#cboxBottomCenter{padding-top: 6px;margin-bottom: 36px;height:43px; background:url(../images/borderBottomCenter.gif) left top repeat-x;}
	#cboxContent{background:#fff; }
		#cboxLoadedContent{margin-bottom:0px;}

		#cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
		#cboxLoadingGraphic{background:url(../images/loadingSmall.gif) center center no-repeat;}
