

#containerSlider {
	padding:3px 10px 10px 0;
	margin:0 auto;
	position:relative;
	z-index:1000;
	width:347px;
	
}

.products_example {
	height:482px;
	position:relative;
	
}

/*
	Slideshow
*/

.products {
	margin-left:0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.products .slides_container {
		

	overflow:hidden;
	float:left;
	position:relative;
	display:none;
	width:237px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.products .slides_container div.cont{
	height:304px;
	display:block;


		padding: 27px 0 0 10px;/* top 0 0 gauche 13*/

}

/*
	Next/prev buttons
*/

.products .next,.products .prev {
	position:absolute;
	top:127px;
	left:13px;
	width:14px;
	height:0;
	padding-top:39px;
	overflow:hidden;
	display:block;
	z-index:1000;
}

.products .prev {
	background:url(../images/arrow-prev.png);
}

.products .next {
	left:216px;
	background:url(../images/arrow-next.png);
}

.products .prev {
	background:url(../images/arrow-prev.png);
}

.products .next {
	left:218px;
	background:url(../images/arrow-next.png);
}


.products .prev:hover {
	background:url(../images/arrow-over-prev.png);
}

.products .next:hover {
	background:url(../images/arrow-over-next.png);
}
/*
	Pagination
*/

.products .pagination {
	width:95px;
	padding:0;
	margin:0;
	float:left;
	margin-left:0px;
	
}

.products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

.products .pagination li a {
	display:block;
	width:105px;
	height:105px;
	margin:0;
	padding-top:8px;
	float:left;
	border:1px solid #cfcfcf;
	text-align:center;
}

.products .pagination li.current a {
	border:1px solid #e6007f;
	margin:0;
}



/*
	Footer
*/

