/* scroll */
.textContent { margin-top:15px;}

.Container {
  position: absolute;
  top:5px;
  width: 330px;
  height: 360px;  
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 330px;
  height: 395px;
  z-index:0;
}
/*#Scroller-1 p {
  margin: 0; padding: 0px 0px;
}*/
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 330px;
}
#Scrollbar-Container {
  position: absolute;
  top: 10px; left: 350px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top:20px;
	left:-21px;
	width:14px;
	height:12px;
}
.Scrollbar-Track {
	width: 11px;
	height: 330px;
	position: absolute;
	top: 40px;
	left: -20px;
	background:#c0933a;
	;
}
.Scrollbar-Handle {
  position: absolute;
 /*width: 14px; height: 22px;*/
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 382px;
	left:-21px;
	width:14px;
	height:12px;
}
