@charset "utf-8";
/* CSS Document */

/*text_content*/
.int #container .text_content{
width:289px;
height:245px;
position:relative;
background:url(../../../img/css/jsScrollbarrs/bg_scroll_text_content.png) left top no-repeat;
margin:25px 0 0 40px;
}

	.int #container .text_content p{
	margin: 0;
	padding: 0;
	width:auto;
	}

/*/ text_content*/
  
.Container {
  position: absolute;
  top: 32px;
  left: 14px;
  width: 260px;
  height: 180px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 260px;
  height: 180px;
}
#Scroller-1 p {
/*  text-indent: 20px;*/
}
.Scroller-Container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 260px;
  /* ne pas indiquer de hauteur*/
}
#Scrollbar-Container {
  position: absolute;
  top: 32px;
  left: 290px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 17px;
  height: 180px;
  position:absolute;
  top: 17px;
  left: 0;
  background: transparent url(../../../img/css/jsScrollbarrs/scrollbar_track.png) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 15px;
  height: 31px;
  margin:0 1px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 197px;
}

