/*    Styles for scrolling layers  	 Specify width and height in hold and wn, and in clip for wn */*{	margin:0;	padding:0;}div#hold	{ 	position:relative; 	overflow:hidden;	margin-top: 50px;	width: 550px;	height: 350px;	z-index:100;}div#wn{ 	position:absolute; 	left: 0px; 	top:0px; 	width: 550px;	height: 350px;	clip:rect(0px, 550px, 350px, 0px); 	overflow:hidden;		z-index:1; }div.content {	position:absolute; 	left:0px; 	top:0px; 	z-index:1; }/* Set small font-size or size/position of div's will be off in some browsers  */div#track {	position:absolute;	margin:66px 0 0 0;	padding:0;	width:8px;	height:320px;	z-index:1;	background : url(../images/bg_scroll.gif) repeat-y;	background-repeat : repeat;}div#dragBar {	position:absolute; 	left:0;	width:7px; 	height:40px;	z-index:1;}  div#up { 	position:absolute; 	margin-top:50px; 	z-index:2 }  div#down { 	position:absolute; 	margin-top:390px; 	z-index:3 }  #conteneur_scroll{	padding: 0 0 0 10px;}