body {margin: 0;}
#lbOverlay {
	position: absolute; width: 100%; background-color: #000; background-image: url(../gfx/video-background.png); background-repeat:no-repeat; background-position:center; top: 0; left: 0; z-index: 100; }



#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
		background-color: #d13384;
 text-align: center; 
 border-style:solid;
 border-width: 10px;
 border-color: #d13384;
 background-color: #d13384; background-image:url(../gfx/gallery-back.gif); background-position: center; background-repeat:no-repeat; 
 margin: 0 auto;
 z-index: 101;
}


#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
 text-align: center; padding: 5px; z-index: 101;

}

.lbLoading {
	background-color: #d13384;
}

#lbImage {
	background-color: #d13384;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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




#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.4em;
	text-align: left;
	background-color: #d13384; 
		margin: -10px;
		margin-right: -15px;
margin-top: 10px;
padding-left: 15px;
padding-right: 0px;
width:720px;	
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.png) no-repeat center;
	padding: 10px;
}

#lbCaption, #lbNumber {
	margin-top: 10px;
		padding-right: 10px;

}

#lbCaption {
	font-weight: bold;
}
