.Container {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 350px;
	height: 350px;
	background-color: #FFFFFF;
}
#Scroller-1 {
	position: relative;
	overflow: hidden;
	width: 350px;
	height: 335px;
}
#Scroller-1 p {
	margin: 0;
	padding: 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-indent: 20px;
	color: #333333;
}
#Scroller-1  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.Scroller-Container {
  position: absolute;
  
}
.Scrollbar-Track {
	width: 10px;
	height: 120px;
	position: absolute;
	top: 95px;
	left: 420px;
	background-color: #CCCCCC;
}
.Scrollbar-Handle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 30px;
	background-color: #666666;
}
#Scroller-1 b {
	font-style: normal;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}
#Scroller-1 small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
