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

.Container {
	position: absolute;
	width: 425px;
	height: 350px;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 425px;
	height: 350px;
}
#Scroller-1 p {
	margin: 0;
	padding: 10px 20px;
	font-size: 16px;
	text-indent: 20px;
	color: #486835;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
	width: 10px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 425px;
	background-color: #E1D4A4;
}
.Scrollbar-Handle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 30px;
	background-color: #476531;
}
