/* 
	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:#b1aaa8;}

#colorbox{}
	#modalContent{
/*	background:#000;
*/	 margin-top:20px;}
		#modalLoadedContent{
/*		background:#000;
*/		 padding:10px;}
			#contentTitle{position:absolute; top:-20px; left:0; color:#fff;}
			#contentCurrent{display:none;}
			#contentPrevious{position:absolute; top:50%; left:10px; margin-top:-41px; background:url(images/controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
			#contentPrevious:hover{background-position:bottom left;}
			#contentNext{position:absolute; top:50%; right:10px; margin-top:-41px; background:url(images/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
			#contentNext:hover{background-position:bottom right;}
		#modalLoadingOverlay{background:url(images/loading.gif) center center no-repeat #000;}
		#modalClose{position:fixed; top:0px; right:50px; display:block; background:url('images/close_foto.png') top center no-repeat;  width:102px; height:81px; text-indent:-9999px; z-index:99999;}
		.modalClose_n {
			background:url('images/close_foto.png') top center no-repeat;
			}
		#modalClose:hover{background-position:bottom center;}