@charset "utf-8";

/* Begin: Hover Display CSS */
.hoverDisplay { /* conteneur de l'image zoom survol avec son titre */
	position: absolute;
	display: none;
	border: 1px solid #ccc;
	padding: 10px;
	width: 400px;
	top: 0px; /* décalage vertical par rapport à la vignette */
	background: white;
}
.hoverDisplay .image { /* div image zoom survol */
	position: relative;
	text-align: center;
	width: 400px;
	margin-bottom: .4ex;
}
.hoverDisplay img { /* div image zoom survol */
	position: relative;
	text-align: center;
	width: 400px;
}

.hoverDisplay .caption { /* titre de l'image zoom survol */
	position: relative;
	text-align: center;
	font-weight: bold;
	color: black;
	font-size: 18px;
}
.hoverDisplayTop { /* conteneur de la vignette zoomable */
	position: relative; /* indispensable */
	display: inline;
	margin: 10px;
	border: 0;
	width: 120px ; /* indispensable à fixer, sinon le div prend toute la page, et le zoom est envoyé tout à gauche */
} 
.hoverDisplayTop a { position: relative; width: 120px; border: 0;}
.hoverDisplayTop a img { /* vignette zoomable */
	position: relative;
	max-width: 120px;
	max-height: 120px;
}
/* End: Hover Display CSS */

/* Begin: Fancy Zoom CSS */
#SLB-Wrapper {
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top {
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}
#SLB-Wrapper #SLB-Top img {
  float:right;
  border:0px;
  margin:6px 10px;
}

#SLB-Wrapper #SLB-Top div {
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom {
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav, #SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav {
  background-position:0 100%;
}
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido {
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador img{
  border:0px;
}

#SLB-Wrapper #SLB-Navegador strong{
  display: block;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btLeft{
  float: left;
  margin: 0 10px 0 0;
}
#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btRight{
  float: right;
  margin: 0 0 0 10px;
  position:relative;
  right:17px;
}
/* End: Fancy Zoom CSS */
