body {margin: 0;}
#lbOverlay {
	height: 0;
	width: 0;  /* dégage la saloperie de fond noir overlay */
	}

#lbCenter, #lbBottomContainer {  /* couleur boite sous la video avec le texte dedans */
	position: absolute;
	left: 50%;  /* centre l'objet entier en latéral */
	overflow: hidden;
	background-color: #000000;
	padding-left: 0px;
}

.lbLoading {
	background: url(../loading.gif) no-repeat center;
}

#lbImage {
	border: 0px;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {  /* défini le texte sous la video */
	font-family: Helvetica, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: left;
	letter-spacing: 1px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	background: transparent url(close.gif) no-repeat center;
}

#lbCaption, #lbNumber {
	margin-right: 0px;
}

#lbCaption {  /* défini le texte sous la video : SUITE (c'est débile mais je pige pas le js) */
	font-weight: normal;
}


