/* 
	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:#333333;}

#colorBox{}
	#borderTopLeft{width:27px; height:27px; }
	#borderTopCenter{height:27px; }
	#borderTopRight{width:27px; height:27px; }
	#borderBottomLeft{width:27px; height:27px; }
	#borderBottomCenter{height:27px; }
	#borderBottomRight{width:27px; height:27px;}
	#borderMiddleLeft{width:27px; }
	#borderMiddleRight{width:27px; }
	#modalContent{  }
		#modalLoadedContent{margin-bottom:20px;}
			#contentTitle{display:none;}
			#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/colorbox/loading.gif) center center no-repeat;}
		#modalClose{color: #FFF;position:absolute; bottom:0; right:0; display:block;  font-weight:bold;}
		#modalClose:hover{background-position:bottom left;}
