body {margin: 0;}
#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:499999;
	visibility: hidden;
}

#lbCenter, #lbBottomContainer{
	position: absolute;
	z-index:500000;
	left: 50%;
	/*overflow: hidden;*/
	background-color: #fff; text-align: center;
}

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

#lbImage {
	border: 10px solid #fff;
}

#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 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.4em;
	text-align: center;
	border-top-style: none;
}

#lbTop {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:0.9em;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
}
#lbTop .titre, #lbTop .videotitre {
	line-height: 1.4em;
}
#lbTopContainer, #lbCaptionVideo {
	padding: 5px;
	background-color: #fff;
}
#lbTopContainer {
	padding-bottom: 0;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background: transparent url('/images_communes/connexion_close.png') no-repeat center;
	margin: 5px 0;
}

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

#lbCaption {
	font-weight: bold;
}
#lbNumber {
	clear:both;
}

