/* 
	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:url(images/stripe.gif) 0 0 repeat;}

#colorbox{}

	#modalContent{background:#fff;}
		#modalLoadedContent{margin:30px 10px 30px 20px;}
			#contentTitle{display: none; position:absolute; bottom:3px; left:0; text-align:center; width:100%; background:#fff; font-weight:bold; color:#949494;}
			#contentCurrent{position:absolute; bottom:3px; left:50%; color:#000;}
			#contentPrevious{ position:absolute; bottom:0; left:15px; background:url(images/controls.gif) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#contentPrevious:hover, #contentPrevious.hover{background-position:-25px -25px;}
			#contentNext{position:absolute; bottom:0; right:5px; background:url(images/controls.gif) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#contentNext:hover, #contentNext.hover{background-position:0px -25px;}
		#modalLoadingOverlay{background:url(images/loading.gif) center center no-repeat #fff;}
		#modalClose{position:absolute; top:0; right:5px; background:url(images/controls.gif) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#modalClose:hover, #modalClose.hover{background-position:-50px -25px;}
