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

#colorBox{border:1px solid red;}
	#borderTopLeft}
	#borderTopCenter{}
	#borderTopRight{}
	#borderBottomLeft{}
	#borderBottomCenter{}
	#borderBottomRight{}
	#borderMiddleLeft{}
	#borderMiddleRight{}
	#modalContent{background:transparent; }
		#modalLoadedContent{background:url(../imgs/picBkg.jpg) no-repeat 0 0 #25120e;margin-bottom:20px;padding:15px;}
			#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/loading.gif) 5px 5px no-repeat transparent;}
		
		#modalClose{background:url(../imgs/closeRbn.png) no-repeat 0 100%;position:absolute; top:0; right:0; display:block; width:27px;height:60px;margin:0 15px 0 0;}
		#modalClose:hover{height:70px;}
