.scrollContainer {
  position: relative;
  top: 0px; left: 0px;
  width: 335px;
  height: 380px;
}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 335px;
  height: 380px;
}


#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #68652f;
}
.Scroller-Container {
  position: absolute;

}
#Scrollbar-Container {
  position: relative;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  left: 460px;
}
.Scrollbar-Down {
left: 460px;
  cursor: pointer;
  position: absolute;
  top: 160px;
}
.Scrollbar-Track {
  width: 19px; 
    height: 370px;
  /*height: 150px;*/
  position: absolute;
  top: 13px;
 left: 340px;
  background: transparent url(../images/scroll-line.gif) repeat-y center center;
    cursor: pointer;
	background-color:#000;
}
.Scrollbar-Handle {
  position: absolute;
  width: 19px; height: 19px;

}

/* ------ clients ----*/


.scrollContainerCl {
  position: relative;
  top: 0px; left: 0px;
  width: 335px;
  height: 200px;

}

#Scroller-1Cl { 
  position: absolute; 
  overflow: hidden;
  width: 335px;
  height: 200px;
}

.Scrollbar-TrackCl {
  width: 19px; 
    height: 200px;
  /*height: 150px;*/
  position: absolute;
  top: 0px;
 left: 340px;
  background: transparent url(../images/scroll-line.gif) repeat-y center center;
    cursor: pointer;
	background-color:#000;
}

.Scrollbar-HandleCl {
  position: absolute;
  width: 19px; height: 19px;

}

