#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	.lbOverlay_grey { background-color: #000000; }
	.lbOverlay_red { background-color: #330000; }
	.lbOverlay_green { background-color: #003300; }
	.lbOverlay_blue { background-color: #011D50; }
	.lbOverlay_gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterImageContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	.lbOuterImageContainer_grey { border: 3px solid #888888; }
	.lbOuterImageContainer_red { border: 3px solid #DD0000; }
	.lbOuterImageContainer_green { border: 3px solid #00B000; }
	.lbOuterImageContainer_blue { border: 3px solid #5F89D8; }
	.lbOuterImageContainer_gold { border: 3px solid #B0B000; }

#lbImageDataContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	.lbImageDataContainer_grey { border: 3px solid #888888; border-top: none; }
	.lbImageDataContainer_red { border: 3px solid #DD0000; border-top: none; }
	.lbImageDataContainer_green { border: 3px solid #00B000; border-top: none; }
	.lbImageDataContainer_blue { border: 3px solid #5F89D8; border-top: none; }
	.lbImageDataContainer_gold { border: 3px solid #B0B000; 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(/aplications/images/gallery/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; }

#lbPrev { width: 49%; height: 100%; background: transparent url(/aplications/images/gallery/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/aplications/images/gallery/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(/aplications/images/gallery/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(/aplications/images/gallery/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(/aplications/images/gallery/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(/aplications/images/gallery/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(/aplications/images/gallery/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(/aplications/images/gallery/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(/aplications/images/gallery/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(/aplications/images/gallery/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(/aplications/images/gallery/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(/aplications/images/gallery/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	.lbPrev2_grey, .lbNext2_grey, .lbSpacer_grey { color: #333333; }
	.lbPrev2_red, .lbNext2_red, .lbSpacer_red { color: #620000; }
	.lbPrev2_green, .lbNext2_green, .lbSpacer_green { color: #003300; }
	.lbPrev2_blue, .lbNext2_blue, .lbSpacer-blue { color: #01379E; }
	.lbPrev2_gold, .lbNext2_gold, .lbSpacer_gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	.lbPrev2_Off_grey, .lbNext2_Off_grey { color: #CCCCCC; }
	.lbPrev2_Off_red, .lbNext2_Off_red { color: #CCCCCC; }
	.lbPrev2_Off_green, .lbNext2_Off_green { color: #CCCCCC; }
	.lbPrev2_Off_blue, .lbNext2_Off_blue { color: #CCCCCC; }
	.lbPrev2_Off_gold, .lbNext2_Off_gold { color: #CCCCCC; }
	
#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: 60%; float: left; text-align: left; }
#lbCaption { display: block; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; font-weight:bold; }
#lbNavDisplay { float: right; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; cursor:pointer;}
	.lbClose_grey { background: url(/aplications/images/gallery/close_grey.png) no-repeat;  }
	.lbClose_red { background: url(/aplications/images/gallery/close_red.png) no-repeat;}
	.lbClose_green { background: url(/aplications/images/gallery/close_green.png) no-repeat; }
	.lbClose_blue { background: url(/aplications/images/gallery/close_blue.png) no-repeat; }
	.lbClose_gold { background: url(/aplications/images/gallery/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; cursor:pointer; }
	.lbPlay_grey { background: url(/aplications/images/gallery/play_grey.png) no-repeat;}
	.lbPlay_red { background: url(/aplications/images/gallery/play_red.png) no-repeat; }
	.lbPlay_green { background: url(/aplications/images/gallery/play_green.png) no-repeat; }
	.lbPlay_blue { background: url(/aplications/images/gallery/play_blue.png) no-repeat; }
	.lbPlay_gold { background: url(/aplications/images/gallery/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; cursor:pointer; }
	.lbPause_grey { background: url(/aplications/images/gallery/pause_grey.png) no-repeat; }
	.lbPause_red { background: url(/aplications/images/gallery/pause_red.png) no-repeat; }
	.lbPause_green { background: url(/aplications/images/gallery/pause_green.png) no-repeat; }
	.lbPause_blue { background: url(/aplications/images/gallery/pause_blue.png) no-repeat; }
	.lbPause_gold { background: url(/aplications/images/gallery/pause_gold.png) no-repeat; }

.InputTextApp {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.NormalTextApp {
	color:#0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.Error{
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.lbLink{
	color:#00CCFF;
}
.lbOptions_grey{
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;	
}
.lbOptions_red{
	background-color:#CC0000;
	border:1px solid #660000;	
}
.lbOptions_green{
	background-color:#99CC00;
	border:1px solid #006600;	
}
.lbOptions_blue{
	background-color:#0099FF;
	border:1px solid #003366;	
}
.lbOptions_gold{
	background-color:#FFFF00;
	border:1px solid #CC9900;	
}

.HelpDivHeaderApp{
	width:200px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #333333;
	padding:3px;
	font-size:12px;
	color:#333333;
	background:#CCCCCC;
	filter:alpha(opacity=90);
	opacity:0.90;
}

.HelpDivBodyApp{
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px;
	color:#666666;
	background:#F3F3F3;
	filter:alpha(opacity=95);
	opacity:0.95;
}
.tableNube{	
}
.tableNubeC1R1{
	background: url(../images/gallery/nube_r1_c1.png);
	background-repeat:no-repeat;
	width:19px;
	height:20px;
}
.tableNubeC1R1image{
	width:19px;
}
.tableNubeC2R1{
	background: url(../images/gallery/nube_r1_c2.png);
}
.tableNubeC3R1{
	background: url(../images/gallery/nube_r1_c3.png);
	background-repeat:no-repeat;
	width:11px;
}
.tableNubeC3R1image{
	width:11px;
}
.tableNubeC1R2{
	background: url(../images/gallery/nube_r2_c1.png);
}
.tableNubeC2R2{
	background:url(../images/gallery/nube_r2_c2.png);
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
}
.tableNubeC3R2{
	background:url(../images/gallery/nube_r2_c3.png);
}
.tableNubeC1R3{
	background: url(../images/gallery/nube_r3_c1.png);
	background-repeat:no-repeat;
	height:11px;
}
.tableNubeC2R3{
	background: url(../images/gallery/nube_r3_c2.png);
}
.tableNubeC3R3{
	background: url(../images/gallery/nube_r3_c3.png);
	background-repeat:no-repeat;
}
.lbLink{
	color:#00CCFF;
}
