@charset "utf-8";
/* CSS Document */

#allScroll {
	width:900px;
	top:142px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
	
}
.Container {
  position: absolute;
  top: 0px; left: 470px;
  width: 400px;
  height: 200px;
  background: url(images/container_background.gif) no-repeat;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 400px;
  height: 200px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  
  
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 490px;
}
#Scrollbar-Container {
	position: absolute;
	top: 44px;
	left: 510px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
    top: -30px; left: 350px;
}
.Scrollbar-Track {
	width: 20px;
	height: 161px;
	position: absolute;
	top:-8px;
	left: -2px;
	background: transparent url(images/scrollbar_track.gif) no-repeat center center;
	
}
.Scrollbar-Handle {
	position: absolute;
	width: 16px;
	height: 22px;
	left: 2px;
	top: -30px; left: 352px;
	z-index:1000;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;

  top: 158px; left: 350px;
}