/* 
	ColorBox example user style
	These 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
*/
#modalBackgroundOverlay{background:#000;}

#colorBox{}
	#borderTopLeft{width:24px; height:43px; background:url(../images/borderTopLeft3.png) 0 0 no-repeat;}
	#borderTopCenter{width: 24px; height:43px; background:url(../images/borderTopCenter3.png) 0 0 repeat-x;}
	#borderTopRight{width:24px; height:43px; background:url(../images/borderTopRight3.png) 0 0 no-repeat;}
	#borderBottomLeft{width:24px; height:43px; background:url(../images/borderBottomLeft3.png) 0 0 no-repeat;}
	#borderBottomCenter{width: 24px; height:43px; background:url(../images/borderBottomCenter3.png) 0 0 repeat-x;}
	#borderBottomRight{width:24px; height:43px; background:url(../images/borderBottomRight3.png) 0 0 no-repeat;}
	#borderMiddleLeft{width:24px; height:43px; background:url(../images/borderMiddleLeft3.png) 0 0 repeat-y;}
	#borderMiddleRight{width:24px; height:43px; background:url(../images/borderMiddleRight3.png) 0 0 repeat-y;}
	#modalContent{background:#f1f1eb; }
		#modalLoadedContent{margin-bottom:35px;}
			#modalLoadedContent img { border: 2px solid #0f4878;}
			#contentTitle{position:absolute; top:-2em; left:19em; color:#000; font-weight:bold; font-family: Myriad Pro; font-size:17px; word-spacing: .25em;}
			#projectInfo{position:absolute; top:-2em; left:19em; color:#000; font-weight:bold; font-family: Myriad Pro; font-size:17px; word-spacing: .25em;}
			#contentCurrent{position:absolute; bottom:0px; left:65px; font-weight:bold; color:#999;}
			#contentPrevious{position:absolute; bottom:0px; left:0; font-weight:bold;}
			#contentNext{position:absolute; bottom:0px; left:110px; font-weight:bold;}
		#modalLoadingOverlay{background:url(../images/loading.gif) 5px 5px no-repeat #fff;}
		/*#modalClose{position:absolute; bottom:0; right:0; display:block;  font-weight:bold;}
		#modalClose:hover{background-position:bottom left;}*/
		#modalClose{position:absolute; bottom:0; right:0; display:block; background:url(../images/buttons.png) -29px 0 no-repeat; width:26px; height:32px; text-indent:-9999px;}
		#modalClose:hover{background-position:-29px -31px; cursor:pointer;}
		