.Container 
{
	position: relative;
	float:left;
	/* top: 50px; left: 100px;*/
	width: 446px;
	height: 465px;
	margin-top:20px;
}

#Scroller-1 
{
	float:left; 
	position: relative; 
	overflow: hidden;
	width: 340px;
	height: 446px;
}

#Scroller-1 p 
{
	float:left;
	margin: 0; padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 20px;
	color: #777;
}

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

.Scrollbar-Track 
{
	width: 7px; 
	height: 445px;
	margin-top:20px;
	margin-left:1px;
	background-color: #312e23;
	float:left;
}

.Scrollbar-Handle 
{
	position: relative;
	top: 0px; 
	left: 0px;
	width: 7px; 
	height: 43px;
	background-color: #605c4e;
	cursor:pointer;
	float:left;
}