/* scroller */
.scroll-block {
	margin:0 27px 0 0; position:relative; width:95%
}
	.scroll-block p {padding:10px 0 0 10px}
#Scroller-1 {
  background:url(/images/about_bg.png) 0 0 no-repeat;
  display:inline;
  float: left;
  height: 261px;
  overflow: hidden;
  position: relative;
  width:100%
}
#Scroller-1 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-1 {
  background:url(/images/about_scroll.png) 0 0 no-repeat;
  display:inline;
  height: 261px;
  margin: 0;
  position: absolute;
  top:0; right:-27px;
  width: 27px;
}

#Scrollbar-Container-1 .Scrollbar-Track {
  height: 201px;
  padding:20px 0 0 3px;
  position: relative;
  width: 24px;
}

.Scrollbar-Handle {
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
