/* scroller */
.scroll-block {
	margin:5px 0 0 0;
	width:218px
}
#Scroller-1 {
  position: relative;
  overflow: hidden;
  width: 190px;
  height: 128px;
  float: left;
  display:inline;
}
#Scroller-1 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-1 {
  position: relative;
  float: right;
  margin: 0;
  width: 18px;
  height: 128px;
  display:inline;
}

#Scrollbar-Container-1 .Scrollbar-Track {
  position: relative;
  width: 18px;
  height: 120px;
  background: url(../image/bg_scroll.gif) 5px 0 no-repeat;
  padding:4px 0
}

.Scrollbar-Handle {
  position: relative;
  width: 18px;
  height: 16px;
  cursor: pointer;
}