#stripcontainer {
  position: relative;
  display: block;
  background: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  z-index: 6;
}

#scroller {
	position: absolute;
  white-space: nowrap;
  z-index: 10;
}

.scroller_h {
	padding: 0px 2px 0px 2px;
  left: 20px;
  height: 80px;
}

.scroller_v {
	padding: 2px 0px 2px 0px;
  top: 20px;
	left: 0px;
  width: 100px;
}

#scrollleft, #scrollright {
  position: absolute;
  float: left;
  height: 80px;
  width: 20px;
	display:block;
  background: #000000;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 80px;
  cursor: pointer;
  z-index: 11;
}

#scrollright {
  right: 0px;
}

#scrolltop, #scrollbottom {
  position: absolute;
  height: 20px;
  width: 100px;
	left: 0px;
	display:block;
  background: #000000;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  z-index: 11;
}

#scrollbottom {
  bottom: 0px;
}

