/*body {
	font-family: arial;
	font-size: 100%;
	color: #fff;
	line-height: 180%;
	text-align: center;
	background-color: #232323;
	padding: 2em;
}

a,a:active,a:visited {
	color: #09c;
}

a:hover {
	color: #0cf;
}

h1 {
	font-size: 3em;
	color: #FFCC00;
}*/

#lbContainer { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.lbFooter {
	background-color: #fff;
	padding: 2px;
	margin:0px;
}
.leightbox img, .leightbox div{
  padding:0px;
	margin:0px;
}
.lbGM{
  float:left;
  clear:right;
  /*the container for the map itself - leave empty!*/
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 20%;
	left: 25%;
/*	width: 50%;  width and height are set by system!
	height: 50%;*/
	padding: 20px;
	padding-bottom: 30px;
	border: 0px solid #B8B8B8; /*border of container*/
	background-color: white;
	text-align: center;
	z-index:11;
	/*overflow: auto;*/	
}

#lbOverlay{
  /*display:none; now added in js*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	z-index:1;
	background-color:#000;
	-moz-opacity: 0.80; /*for GoogleMaps 0.80 is set by system and can not be changed here!*/
	opacity:.80;
	filter: alpha(opacity=80);
}

.leightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#lbOverlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

