.Container {
    position: relative;
    height: 354px;
    overflow: hidden;
    padding:3px 0 0 15px;
	background-color:#f5f5f4;
	
}
#Scroller-1 { 
  overflow: hidden;
  height: 357px;
  margin-right: 20px;
}
.Scroller-Container {
  position: relative;
  top: 0px;
  left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0;
  right: 15px;
  visibility: hidden;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 0;
}
.Scrollbar-Track {
  width: 13px;
  height: 325px;
  position: absolute;
  top: 15px;
  background-color: #e6e6e6;
  border: 1px solid #808080;
}
.Scrollbar-Handle {
  position: absolute;
  width: 13px;
  height: 22px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 342px;
}
