/* scroller */
.scroll-block {
	width:275px;
}
	.scroll-block p {padding:10px 0 0 10px}
#Scroller-1 {
  position: relative;
  overflow: hidden;
  width: 260px;
  height: 206px;
  float: left;
  display:inline;
}
#Scroller-1 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-1 {
  position: relative;
  float: right;
  margin: 0;
  width: 14px;
  height: 206px;
  display:inline;
}

#Scrollbar-Container-1 .Scrollbar-Track {
  position: relative;
  width: 14px;
  height: 206px;
}

.Scrollbar-Handle {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

/* scroller 2 */
.scroll-block-2 {
	height:236px;
	width:802px;
}
#Scroller-2 {
  position: relative;
  overflow: hidden;
  width: 780px;
  height: 210px;
  float: left;
  display:inline;
  padding:10px 0 0 0;
}
#Scroller-2 .Scroller-Container {
  position: relative;
}

#Scrollbar-Container-2 {
  background:url(../images/bg_scroll2.gif) 0 0 no-repeat;
  position: relative;
  float: right;
  margin: 0;
  width: 14px;
  height: 220px;
  display:inline;
}

#Scrollbar-Container-2 .Scrollbar-Track {
  position: relative;
  width: 14px;
  height: 220px;
}

