*{outline:none;}
.off2
{
	position : absolute;
	left : -5000px;
	top : -5000px;
}
.zone_txt_contenu
{
	width : 478px;
	height : 183px;
	padding : 10px 0 0 0; /*placement du contenu (zone scrollable) par rapport au cadre vert*/
	overflow : hidden;
}
/* scroll >> */
.bodyscroll
{
	width: 15px;
	position : absolute;
	right : 0;
	top : 0;
	visibility : hidden;
}

#zone_txt_scroll, #zone_txt_scroll2{ 
	position:relative;
	width : 478px;
	height : 178px;
	overflow:hidden;
	z-index:1; 
}
.content{
	position:absolute;
	left:14px;
	top:0;
	width : 460px;
	padding : 0px 15px 0px 0px; /*mieux vaut ne pas mettre de padding vertical*/
	z-index:1;
	text-align:left;
	height:168px; /*hauteur de la zone scrollable et donc de la barre de scroll si pas de padding vertical */
}

#scrollbar, #scrollbar2{ 
  position:relative;
  left:0;
  top:0;
  width:15px;
  height : 193px;
  font-size:1px;
  z-index:1;
}
  
#track, #track2{ 
  position:absolute;
  left:0;
  top : 15px;
  width : 14px;
  height : 163px;	/* IE 6*/
  z-index:1;
  background : url("/img/_es/_us/our_products/track.gif") 0 0 repeat-y;
}
#track[id], #track2[id]
{
	height : 163px;	/* other browsers */
}
#dragBar, #dragBar2{
  position:absolute;
  margin: 0 0 0 3px;
  left : 2px
  top:2px;
  width:5px;
  height:20px;
  background:#ffffff;
  z-index:1;
} 

#up, #up2{
	position:absolute;
	left:0;
	top:0;
	z-index:2
}  

#down, #down2{
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
/*	visibility: visible;*/
}

#dragBarH, #dragBarH2 {
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:3px;
  background: url(/img/_es/_us/our_products/dragbarh.gif) top left no-repeat;  
  z-index:6;
  
  
} 
#dragBarB, #dragBarB2 {
  position:absolute;
  left:0; 
  bottom: 0;
  _bottom:-1px;
  width:5px;
  height:3px;
  background: url(/img/_es/_us/our_products/dragbarb.gif) top left no-repeat;
  z-index:6;
}
#trackH, #trackH2 {
	position:absolute;
	left:0;
	top:10px;
	z-index:8
	
}  
#trackB, #trackB2 {
	position:absolute;
	left:0;
	bottom:10px;
	_bottom:9px;
	z-index:8;
}
/* << scroll */
