#product-viewer {
	position : relative;
	float:left;
	width:700px;
	padding-left:10px;
	padding-right:10px;
}

#photos-slider {
	margin-left: 180px !important; /* pris en compte par Firefox */
	margin-left: 0px; /* pris en compte par IE*/ 
	padding-top: 80px;
	padding-bottom: 30px;
	position : relative;
	width: 300px;
	height: 220px;
}

#product-viewer a#next_slide_left{
	background: url('../img/fleche-gauche.png') no-repeat center;
	height:69px;
	width:120px;
	padding-top: 0px;
	padding-right: 8px;
	float:left;
	z-index:10;
}

#photos-slider div.panel{
	position : relative;
	float :left;
}

#photos-slider div.panel img {
	display: block;
	width: 160px;
}

#photos-slider div.product-info {
	text-align: center;
}

#photos-slider span.nom-produit {
	font-weight: bold;
	font-size: 1em;
}

#photos-slider span.price {
	font-size: 1em;
}

#photos-slider span.old-price {
	font-size: 1em;
	text-decoration:line-through;
	color: #333333;
}

#photos-slider span.desc p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1;
}

#photos-slider a{
	font-size:1em;
	text-decoration: none;
}

#photos-slider a:hover span.nom-produit{
	text-decoration: underline;
	color:07336e;
}
