#zoom-cont{
	position: relative;
	width: 660px;
	border: 1px solid #E5E5E5;
}
#zoom-cont .etiquette {
	position: absolute;
	left: 330px;
	z-index: 10000;
	background: #E5E5E5;
	font-family: Arial,Verdana;
	font-size: 80%;
	padding: 2px 5px;
}


#img-petit{
	width: 330px;
	/*height: 267px;*/
	height: 330px;
	position: absolute;
	overflow: hidden;
	border-right: 1px solid #CECECE;
}

/*#img-petit .vignettes {
	background: #fff;
	border-left: 2px solid #E5E5E5;
	border-top: 2px solid #E5E5E5;
	position: absolute;
	z-index: 10000;
	bottom: 0px;
	right: 0px;
}*/

#img-petit .vignettes {
	background: #fff;
	border-left: 2px solid #E5E5E5;
	border-top: 2px solid #E5E5E5;
}

#img-petit .vignettes-titre{
	font-size: 0.8em;
	padding: 1px 3px;
	background-color: #E5E5E5;
	display: inline;
}

#img-petit .vignettes-wrap {
	position: absolute;
	z-index: 10000;
	bottom: 0px;
	right: 0px;
}

.vignettes span span{
	display: none;
}


#zoomdiv{
	width: 330px;
	/*height: 267px;*/
	height: 330px;
	overflow: hidden;
	float: right;
}

#zoomer{
	position: absolute;
	z-index: 1000;
	width: 110px;
	height: 110px;
	background-image: url(../img/zoomer.png);
	background-repeat: repeat;
	cursor: pointer;
}
#zoomer{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
