.overlay {
	position: absolute;
	top:0;
	left:0;
	display:none;
	-moz-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:100000;
	background:#000;
}

.lightbox, #lightbox-container {
	position: absolute;
	top:0;
	left:0;
	display:none;
	z-index:100001;
}

#image-lightbox {
	z-index:100001;
	width:440px;
	height:440px;
	background: white;
	padding: 20px;
	margin: 0px;
	border: 2px solid black;
	text-align: center;
}

#image-lightbox img {
	padding: 0px;
	margin: 0px;
}

.imagelightbox {
	width: 400px;
	height: 400px;
	margin-bottom: 10px;
}

.preloadimg {
	width: 0px;
	height: 0px;
}

div#lightbox-nav {
  height: 20px;
  font-family:Arial, Verdana, sans-serif;
  font-size: 11px;

}

div.lightbox-close {
	width: 20px;
	height: 20px;
	float: right;
	font-weight: bold;
	border: 1px solid #6f6f6f;
	text-align: center;
}

div.lightbox-close a {
	font-size: 18px;
	line-height: 20px;
	color: #6f6f6f;	
}

div.lightbox-previous {
  font-weight:bold;
  border: 1px solid #6f6f6f;
  width: 80px;
  height: 17px;
  float:left;
  display:inline;
  text-align: center;
  margin-right: 1px;
  padding-top: 3px;
}

div.lightbox-previous a {
	color: #6f6f6f;	
	text-decoration: none;
}

div.lightbox-next {
  border: 1px solid #6f6f6f;
  width: 60px;
  height: 17px;
  float:left;
  display:inline;
  text-align: center;
  font-weight:bold;
  padding-top: 3px;
}

div.lightbox-next a {
	color: #6f6f6f;	
	text-decoration: none;
}

div.lightbox-number {
  float:left;
  border: 1px solid #6f6f6f;
  width: 20px;
  height: 20px;
  display:inline;
  text-align: center;
  font-weight:bold;
  margin-right: 1px;
  background-color: #6f6f6f;
  line-height: 20px;
  color: white;
}

div.lightbox-number a {
  display:block;
  background-color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #6f6f6f;	
}


div.lightbox-number a.selected {
  background-color: #6f6f6f;	
  color: white;
}

.lightbox-form {
	padding: 30px;
}
