#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 300px; }
	#lbOverlay.grey { background-color: #675F40; }


#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #675F40; width: 100px; height: 100px;  }
	#lbOuterContainer.grey { border: 1px solid #675F40; }



#lbImageContainer, #lbIframeContainer {
	padding: 0px;
	border: 5px solid #fff;
}


#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }



