#msOverlay {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
	z-index: 500;
	background: #000; /*url(../images/lightbox/bg-collection-5.jpg) 0 0 repeat;*/
}

#msCenter {
	position: absolute;
	left: 50%;
	z-index: 501;
}

#msImage {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 10px solid #fff;
	z-index: 502;
}

#msBottomContainer {
	position: absolute;
	height: 50px;
	margin: -20px auto 0 auto;
	top: 0;
	left: 50%;
	z-index: 503;
}

.msLoading {
	/*background: transparent url(../images/loading.gif) no-repeat center;*/
}

#msPrevLink, #msNextLink, #msCloseLink {
	overflow: hidden;
	position: fixed;
	top: 30px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}

#msPrevLink {
	right: 50px;
	background: url(../images/lightbox/fleche3.png) right 0 no-repeat;
}

#msPrevLink:hover {
	background: url(../images/lightbox/fleche3.png) left 0 no-repeat;
}

#msNextLink {
	right: 20px;
	background: url(../images/lightbox/fleche4.png)  left 0 no-repeat;
	
}

#msNextLink:hover {
	background: url(../images/lightbox/fleche4.png)  right 0 no-repeat;
}

#msControls {
	display: block;
	height: 30px;
}

/*#msCloseLink {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0px 0;
}*/

/**********************************/


#msBottom {
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #e9e9e9;
	line-height: 14px;
	text-align: center;
}

#msCloseLink {
	/*clear: both;
	display: block;
	position: fixed;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: 20px;*/
	left: 20px;
	background: url(../images/lightbox/closebox.png) right 0 no-repeat;
}

#msCloseLink:hover {
	background: url(../images/lightbox/closebox.png) left 0 no-repeat;
}

#msCaption, #msNumber, #msDescription {
	/*border: 1px solid #000;*/
	
}

#msCaption {
	display: none;
}

#msCaption b {
	font-weight: bold;
	font-size: 12px;
}


.lightboxDesc {
}