/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

/*#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}*/
#lbImage {
	position: absolute;
	left: 15px;
	top: 15px;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	background-color: none;
	padding: 25px 15px 0 15px;
}

#lbPrevLink, #lbNextLink {
	position: absolute;
	top: 30px;
	width: 50%;
	outline: none;
	overflow :visible;
}

#lbPrevLink {
	left: -30px;
	display: block;
	
}

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

#lbNextLink {
	right: 0px;
}

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

/*#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}*/
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	padding: 0 15px 0 15px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../../../images/sb_croix.png) no-repeat center;
	/*margin: -20px 0 0 -30px;*/
	outline: none;
	
	position: absolute;
	right: 7px;
	top: -13px;
	z-index: 20000;
}

#lbCaption, #lbNumber {
	/*margin-right: 71px;*/
}
#lbNumber {
	display: none;
	height: 100px;
}

#lbCaption {
	/*font-weight: bold;*/
	margin-top:5px;
}

.textBold {
	background:transparent url(../../../images/commun/bulle_orange.png) no-repeat scroll 0 4px;
	font-weight:bold;

  font-size: 1em;
  margin: 0;
  padding: 0;
  padding-left: 8px;	
    
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
}

.showProduct {
	background:transparent url(../../../images/sb_fond.png) no-repeat scroll center bottom;
	display:table-cell;
	vertical-align:middle;
	font-size:1em;
	/*margin:0 0 0 25px;*/
	padding:0 0 0 30px;
	text-align:left;
	width: 239px;
	height:71px;
	top:50%;
}