#lbOverlay {

	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;

}

#lbOverlay.grey {

	background: #000;

}

#lbMain {

	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;

}

#lbMain img {
	
	border: 9px solid #fff;
	
}

#lbOuterContainer {

	position: relative;
	margin: 0px auto;

}

#lbOuterContainer.grey {

	border: none;
	
}

#lbDetailsContainer {

	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;

}

#lbDetails {

	color: #fff;
	margin: 0px;
	text-indent: -9999;
	display: none;

}


#lbImageContainer, #lbIframeContainer {

	padding: 0px;
	overflow: hidden;

}

#lbClose { 

	width: 51px;
	height: 42px;
	float: right;
	margin: 0px;
	overflow: hidden;
	background: url('../images/close.png') no-repeat;
	outline: none;

}

#lbHoverNav {

	position: absolute;
	top: 9px;
	left: 9px;
	height: 100%;
	width: 100%;
	z-index: 10;
	
}

#lbHoverNav a {

	outline: none;
	
}

#lbPrev {

	width: 45%;
	height: 100%;
	background: transparent url('../images/blank.gif') no-repeat;
	display: block;
	left: 0;
	top: 0;
	float: left;
	
}

#lbPrev:hover, #lbPrev:visited:hover {
	
	background: url('../images/left.gif') left 49% no-repeat;
	
}

#lbNext {

	width: 45%;
	height: 100%;
	background: transparent url('../images/blank.gif') no-repeat;
	display: block;
	position: absolute;
	right: 18px;
	top: 0;
	float: right;
	
}

#lbNext:hover, #lbNext:visited:hover {
	
	background: url('../images/right.gif') right 49% no-repeat;
	
}