body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	background-color: transparent;
	cursor: pointer;
	z-index: 20;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	top: 90%;
	border: 0px solid #000;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	padding: 10px;
	margin: 200px 0 0 0;
	z-index: 20;
}

.lbLoading {
	background: #3f1909 url(loading.gif) no-repeat center;
	z-index: 20;
}

#lbImage {
	border: 20px solid #fff;
	z-index: 20;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 20;
}

#lbPrevLink {
	left: 0;
	z-index: 20;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
	z-index: 20;
}

#lbNextLink {
	right: 0;
	z-index: 20;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
	z-index: 20;
}

#lbBottom {
	font: 0.8em/1.3 "Lucida Grande", lucida, helvetica, arial, sans-serif;
	color: #000;
	text-align: left;
	border: 0px solid #000;
	margin: 10px 0 10px 8px;
	border-top-style: none;
	z-index: 20;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 60px 5px 0 0;
	z-index: 20;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index: 22;
}

#lbCaption {
	font-weight: normal;
	margin: 0;
	background: transparent url(../img/ghill_video.png) no-repeat left;
	height: 80px;
	z-index: 24;
}
