#lbOverlay.red { position: absolute; top: 0; left: 0; width: 100%; height: 500px; background-color: #330000;  }



#lbMain { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

/* ESTE ES EL FONDO BLANCO DE LA FOTO Y EL BORDE DEL CUADRO -DAVE */
#lbOuterImageContainer.red { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; border: 3px solid #FF6A6A;  }

/* ESTE ES EL FONDO BLANCO DEL CAPTION Y EL BORDE DEL CUADRO - DAVE*/
#lbImageDataContainer.red {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; border: 3px solid  #FF6A6A; border-top: none; }


#lbImageContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrevLink { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
#lbPrevLink.red:hover, #lbPrevLink.red:visited:hover { background: transparent url(images/prevlabel.gif) no-repeat 0% 15%; }


#lbNextLink { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNextLink.red:hover, #lbNextLink.red:visited:hover { background: transparent url(images/nextlabel.gif) right 15% no-repeat; }
	
	
#lbImageData { padding: 0 10px; }
	#lbImageData.grey { color: #333333; }
	#lbImageData.red { color: #620000; }
	#lbImageData.green { color: #003300; }
	#lbImageData.blue { color: #01379E; }
	#lbImageData.gold { color: #666600; }

#lbImageDetails { width: 70%; float: left; text-align: left; }

#lbCaption {
	font-weight: bold;
	text-transform:uppercase;
	color:#FF0000;
}

#lbNumberDisplay { display: block; clear: left; padding-bottom: 2.0em; }

#lbBottomNavPlay {
	float: right;
	width: 75px;
	height: 22px;
	background: transparent url(images/playlabel_red.png) no-repeat center;
	margin-bottom: 1px;
	}
	
#lbBottomNavPause {
	float: right;
	width: 75px;
	height: 22px;
	background: transparent url(images/pauselabel_red.png) no-repeat center;
	margin-bottom: 1px;
	}
	
#lbBottomNavClose { 
	float: right;
	width: 75px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin-bottom: 1px;
}