.Container 
{
	float:left;
	width: 653px;
	height: 210px;
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	/*font-weight: bold;*/
	color:#282828;
}

#Scroller-1 
{
	position: absolute; 
	float:left; 
	overflow: hidden;
	width: 640px;
	height: 394px;
	
}

#Scroller-1 p 
{
	float:left;
	margin: 0; 
	padding: 0px 20px;
}

.Scroller-Container 
{
	position: absolute;
	margin-left:2px;
	float:left;
	
}

.Scrollbar-Track 
{
	width: 5px; 
	height: 394px;
	margin-top:0px;
	margin-left:0px;
	background-color: #adadad;
	float:left;
}

.Scrollbar-Handle 
{
	position: relative;
	top: 0px; 
	left: 0px;
	width: 5px; 
	height: 52px;
	background-color: #828282;
	cursor:pointer;
	float:left;
	
}
