/* 
	ColorBox example user style
	The following 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
*/
#cboxOverlay{background:url(../img/bg_art_img.gif) 0 0 repeat;}

#colorbox{}
	#cboxContent{background:#fff;margin-top:30px}
		#cboxLoadedContent{margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:30px;}
                #cboxTitle{font-size:11px;font-family:Verdana,Helvetica,sans-serif;position:absolute; bottom:5px; left:10px; text-align:left; width:100%; color:#000;}
		#cboxLoadingOverlay{background:url(../img/bg_art_img.gif) center center no-repeat;}
                #cboxLoadingGraphic{background:url(../img/ajax-loader.gif) center center no-repeat;}
		#cboxClose{position:absolute; top:-15px; right:60px; background:url(../img/x.gif); width:9px; height:10px; color:#9DED02; font-size:10px; font-family:Verdana,Helvetica,sans-serif; text-indent:15px}
		#cboxClose.hover{background-position:-50px -25px;}