/* 
	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:27px; height:27px; background:url(images/borderTopLeft.png) 0 0 no-repeat;}
	#borderTopCenter{height:27px; background:url(images/borderTopCenter.png) 0 0 repeat-x;}
	#borderTopRight{width:27px; height:27px; background:url(images/borderTopRight.png) 0 0 no-repeat;}
	#borderBottomLeft{width:27px; height:27px; background:url(images/borderBottomLeft.png) 0 0 no-repeat;}
	#borderBottomCenter{height:27px; background:url(images/borderBottomCenter.png) 0 0 repeat-x;}
	#borderBottomRight{width:27px; height:27px; background:url(images/borderBottomRight.png) 0 0 no-repeat;}
	#borderMiddleLeft{width:27px; background:url(images/borderMiddleLeft.png) 0 0 repeat-y;padding-bottom:20px;}
	#borderMiddleRight{width:27px; background:url(images/borderMiddleRight.png) 0 0 repeat-y;padding-bottom:20px;}
	#modalContent{background:#fff; padding-bottom:20px;}
		#modalLoadedContent{margin-bottom:20px;}
			#contentTitle{position:absolute; bottom: 20px; left: 3px; font-family:verdana;font-size:10px;color:#333333;}
			#contentCurrent{position:absolute; bottom:2px; left:67px; font-weight:bold; color:#999;font-family:verdana;font-size:10px;color:#333333;}
			#contentPrevious{position:absolute; bottom:2px; left:2px; font-weight:bold; font-family:verdana;font-size:10px;color:#333333;}
			#contentNext{position:absolute; bottom:2px; left:112px; font-weight:bold;font-family:verdana;font-size:10px;color:#333333;}
		#modalLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #fff;}
		#modalClose{position:absolute; bottom:0px; right:0; display:block;  font-weight:bold;}
		#modalClose:hover{background-position:bottom left;}