#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}
#lbMain a img {
	border: none;
}


/* IMAGE and IFRAME PARENT CONTAINER */
#lbOuterContainer {
	position: relative;
	background-image:url(images/bgd-transp.png);
	background-color:transparent;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border: none;
	/*
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
	*/
}



#lbImageContainer, #lbIframeContainer {
	padding: 10px;
}
#lbLoading {
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(images/loading.gif) center no-repeat;
}
#lbHoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lbImageContainer, #lbHoverNav {
	left: 0;
}
#lbHoverNav a {
	outline: none;
}

/* NEXT+PREV BUTTONS ON TOP OF PICTURE */
#lbPrev {
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat;
	display: block;
	left: 0;
	float: left;
}
#lbPrev:hover, #lbPrev:visited:hover {
	background: url(images/prev.gif) left 30% no-repeat;
}
#lbNext {
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}
#lbNext:hover, #lbNext:visited:hover {
	background: url(images/next.gif) right 30% no-repeat;
}


/* CAPTION + INTERFACE PARENT CONTAINER */
#lbDetailsContainer {
	background-image:url(images/bgd-transp.png);
	background-color:transparent;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	padding-bottom:10px;
	/*
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
 -webkit-border-bottom-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
	*/
}

/* CAPTION CONTAINERS */
#lbDetailsData {
}
#lbDetails {
}
#lbCaption {
	display: block;
	font-size:11px;
	line-height:12px;
	font-weight: normal;
	padding:0 10px 10px 10px;
	text-align: left;
	color:#CCCCCC;
}


/* INTERFACE CONTAINER */
#lbBottomNav {
	float:right;
	font-weight: bold;
	padding-right:10px;
}

/* PAGE NUMBERS CONTAINER */
#lbNumberDisplay {
	float: left;
	display: block;
	font-size:10px;
	text-transform:uppercase;
	line-height:20px;
	margin:0 2px;
	color:#999;
}

/* NEXT/PREV BUTTONS CONTAINER */
#lbNavDisplay {
	float: left;
	display: block;
	height: 20px;
}

/* BUTTONS */
#lbPrev2, #lbPrev2_Off,
#lbNext2, #lbNext2_Off,
#lbClose, #lbPlay, #lbPause {
	background-repeat:no-repeat;
	height: 20px;
	float: left;
	margin:0 2px;
}


#lbPrev2 {
	background: url(images/prev2.gif);
	width: 27px;
}
#lbPrev2:hover {
	background: url(images/prev2_roll.gif);
}
#lbPrev2_Off {
	background: url(images/prev2_off.gif);
	width: 27px;
}
#lbNext2 {
	background: url(images/next2.gif);
	width: 27px;
}
#lbNext2:hover {
	background: url(images/next2_roll.gif);
}
#lbNext2_Off {
	background: url(images/next2_off.gif);
	width: 27px;
}
#lbSpacer {
display:none;
}
#lbClose {
	background: url(images/close.gif);
	width: 27px;
	margin:0 0 0 2px;
}
#lbClose:hover {
	background: url(images/close_roll.gif);
}
#lbPlay {
	background: url(images/play_roll.gif);
	width: 57px;
}
#lbPlay:hover {
	background: url(images/play_roll.gif);
}
#lbPause {
	background: url(images/pause.gif);
	width: 57px;
}
#lbPause:hover {
	background: url(images/pause_roll.gif);
}


/* i-FRAME */
#lbIframe {
border:1px solid #B2B2B2;
	background-color: #fff;
}
