*{ margin: 0; padding: 0; }

.anythingSlider {
	width: 560px;
	height: 418px;
	position: relative;
	margin: 0 0 15px;
	padding: 0;
}
.anythingSlider .wrapper {
	width: 560px;
	overflow: auto;
	height: 388px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 388px;
	width: 560px;
	margin: 0;
}
.anythingSlider .arrow {
	display: none;
	
}
.anythingSlider .forward {
	display: none;
}
.anythingSlider .back {
	display: none;
}
.anythingSlider .forward:hover {
	display: none;
}
.anythingSlider .back:hover {
	display: none;
}
/*boutons*/

#thumbNav {
	/*	position: relative; */
	top: 0px;
	left: 420px;
	width: auto; /* pma */
	text-align: right; /* pma */
}
#thumbNav a {
	color: #000;
	font: bold 14px Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 0;
	padding: 4px 0 0;
	width:26px;
	height:22px;
	background: url(/images/perrousseaux/puce-numero.gif);
	text-align: center;
	text-decoration: none;
}
#thumbNav a:hover {
	background-position:  0 -50px;
}
#thumbNav a.cur {
	background-position:  0 -50px;
}
/*STOP*/
#start-stop {
	/* background: url(/images/perrousseaux/puce-stop.gif) no-repeat 0 0; *pma*/
	color: transparent;
	padding: 4px 0 0;
	width:26px;
	height:22px;
	text-align: center;
	position: absolute;
	left: 370px;
	top: 0px;
}
#start-stop.playing {
	/*	background: url(/images/perrousseaux/puce-stop.gif) 0 -50px; *pma*/
}
#start-stop:hover {
	/* background: url(/images/perrousseaux/puce-stop.gif) no-repeat 0 0; *pma*/
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

