#lightbox,
#lightboxInner {
	position:         absolute;
	left:             0;
	width:            100%;
	z-index:          100;
	text-align:       center;
	line-height:      0;
}

#lightboxInner a img {
  border:           none;
  display:          inline; /* fix for centering of loading image */
}

#outerContainer {
	position:         relative;
	background: 			#fff;
	width:            250px;
	height:           250px;
	margin:           0 auto;
  font:             9px/14px verdana,geneva,sans-serif;
}

#innerContainer {
  height:           auto;
	position:         relative;
  overflow:         auto;
}

#loading {
  padding:          100px 0 0 0;
  /*
	position:         absolute;
	top:              40%;
	left:             43%;
	height:           25%;
	width:            100%;
	text-align:       center;
	line-height:      0;
	*/
}

		
#overlay {
	position:         		absolute;
	top:              		0;
	left:             		0;
	z-index:          		90;
	width:            		100%;
	height:           		500px;
	background-color: 		#000;
}
	
#lbHeader {
  font:                 10px verdana,geneva,sans-serif;
  height:               14px;
  width:                100%;
  padding:              5px 0px;
  background:				    #1b130c;
  color:                #ffffff;
  position:             absolute;
}
#lbFooter {
	height:               6px;
  width:                100%;
  background:     			#1b130c;
  position:             absolute;
}
#lbHeader {
  top:                  0px;
  left:                 0px;
  z-index:              203;
}
#lbFooter {
  bottom:               -1px;
  left:                 0px;
  z-index:              204;
}

a.btnClose {
  font:									10px verdana,geneva,sans-serif;
  color:								#fff;
  display:              none;
  background:           url("../img/btn_lightbox_close.gif") 100% 2px no-repeat;
  position:             relative;
  top:                  0px;
  right:                15px;
  float:								right;
  padding-right:				15px;
}

.lbContentOuter,
.lbContentOuterFullPage {
  text-align:           left;
  font:                 9px/14px verdana,geneva,sans-serif;
	background:           #fff;
  padding:              10px;
}

.lbContentOuterFullPage {
  width:                450px;
	margin:               0 auto;
	margin-top:           100px;
}

.lbContentOuter ul li,
.lbContentOuterFullPage ul li {
  margin:               0px;
}

.lbContentInner {
	margin:								0 auto;
	text-align:						center;
}

