#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
}
	#lbOverlay.grey {
	background-color: #EEE;
}

#lbMain {
	z-index: 99999;
	position: absolute;
	text-align: center;
	line-height: 0;
	width: 99%;
}
#lbMain a img { border: none; }

#lbOuterContainer {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	box-shadow: 0px 0px 20px #999;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 20px #999;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px #999;
	-webkit-border-radius: 5px;
}
	#lbOuterContainer.grey {
	background-color: #FFF;
}

#lbDetailsContainer {
	width: 100%;
	line-height: normal;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#lbDetailsContainer.grey {
}
#lbImageContainer  , #lbIframeContainer{
	padding: 20px;
}
#lbLoading {
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background-image: url(lytebox/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev {
	width: 49%;
	height: 100%;
	display: block;
	left: 0;
	float: left;
	background-color: transparent;
	background-image: url(lytebox/blank.gif);
	background-repeat: no-repeat;
}
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover {
	background-image: url(lytebox/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 55%;
}
	
#lbNext {
	width: 49%;
	height: 100%;
	display: block;
	right: 0;
	float: right;
	background-color: transparent;
	background-image: url(lytebox/blank.gif);
	background-repeat: no-repeat;
}
	#lbNext.grey:hover, #lbNext.grey:visited:hover {
	background-image: url(lytebox/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 55%;
}

#lbPrev2, #lbNext2 {
	text-decoration: none;
}
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey {
	color: #999;
}
	
#lbPrev2_Off, #lbNext2_Off {
}
	#lbPrev2_Off.grey, #lbNext2_Off.grey {
	color: #000;
}
	
#lbDetailsData {
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 20px;
}
	#lbDetailsData.grey {
	color: #000000;
}

#lbDetails {
	width: 60%;
	float: left;
	text-align: left;
}
#lbCaption {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
#lbNumberDisplay { display: block;
	clear: left;
	font-size: 9px;
	color: #999;
	margin-top: 8px; 
}
#lbNavDisplay { display: block;
	clear: left;
	font-size: 9px;
	color: #999;
	margin-top: 8px;
}

#lbClose {
	width: 30px;
	height: 30px;
	float: right;
}

#lbClose.grey {
	background-image: url(lytebox/closelabel.png);
	background-repeat: no-repeat;
}

#lbPlay {
	width: 74px;
	height: 30px;
	float: right;
	margin-right: 16px;
}
	#lbPlay.grey {
	background-image: url(lytebox/play_grey.png);
	background-repeat: no-repeat;
}
	
#lbPause {
	width: 74px;
	height: 30px;
	float: right;
	margin-right: 16px;
}
	#lbPause.grey {
	background-image: url(lytebox/pause_grey.png);
	background-repeat: no-repeat;
}