.scroller {
	width : 764px;
	max-width : 764px;
}

/* IE */
* html .scroller .scroller_content {
	width : 718px;
	max-width: 718px;
}

/* positions des boutons */
.scroller .left{
	float : left;
	width : 20px;
	height : 78px;
	line-height : 78px;
	text-align : center;
}
.scroller .right {
	float : right;
	width : 20px;
	height : 78px;
	line-height : 78px;
	text-align : center;
}

/* boutons */
  /*gauche tous */
	.scroller .enabL, .scroller .enabR   { background: scroll no-repeat left top;   }
	.scroller .disabL, .scroller .disabR { background: scroll no-repeat left -78px; }
	/*droite tous */

	/* boutons1 */
		#left1  { background-image: url(index_scroll_l1.gif); }
		#right1 { background-image: url(index_scroll_r1.gif); }

	/* boutons2 */
		#left2  { background-image: url(index_scroll_l2.gif); }
		#right2 { background-image: url(index_scroll_r2.gif); }

	/* boutons3,4 etc... */
		#left3, #left4   { background-image: url(index_scroll_l1.gif); }
		#right3, #right4 { background-image: url(index_scroll_r1.gif); }

/*scroller contenu */
.scroller .scroller_content  {
	overflow : hidden; /* l'overflow par le javascript n'est pas géré ici */
	white-space : nowrap;
}