/* scroll */
.textContent {
	margin-top:20px;
}
.continent {
	position: absolute;
	/*top: 60px; left: 45px;*/
  width: 391px;
	height: 300px;
}

#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 380px;
	height: 300px;
	z-index:0;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 228px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	left:166px;
}
.Scrollbar-Track {
	width: 10px;
	height: 285px;
	position: absolute;
	top: 11px;
	left: 166px;
	background: transparent url(../images/scroll_ln.gif) repeat-y center center;
}
.Scrollbar-Handle {
  position: absolute;
 /*width: 14px; height: 22px;*/
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 296px;
	left:166px;
}
