/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			480px;
		width:			570px;
		margin: 			0px 0px 8px 7px;		
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:	  absolute;
		height:		25px;
		width:		 10px;
		left: 		  10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		height:		9px;		
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:			19px; 
		width:			570px; 
		height:			480px; 

		overflow:			auto; 
		border-top:		2px solid #ffffff;
		border-left:		2px solid #ffffff;
		border-right:		2px solid #ffffff;
		border-bottom:		2px solid #ffffff;
		background:		#ffffff;
		}
.scrollContent { 
		position:			absolute; 
		left:			20px; 
		top:			0px; 
		width:			100px; 
		}

/*images*/

#img-barre {
/*
		width: 10px;
		height: 25px;
*/
}

#img-haut, #img-bas  {
/*
		width: 15px;
		height: 15px;
*/		
}
