/*

	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:#fff;}

.hidden{
  display: none;
}


#colorBox{}



	#modalContent{background:#fff; }

		#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;}

	 

		#modalClose{position:absolute; bottom:0; right:0; display:block;  font-weight:bold;}

		#modalClose:hover{background-position:bottom left;}