#Scroller-1 { 
  position: relative;
  height: 450px;
	width: 430px;
	float:left;
	overflow:hidden;
	margin-left: 40px;
	
}
#Scroller-1 p {
  margin: 0 3px 10px 3px;
}
.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;

}


#Scrollbar-Container {
  position: relative;
  top: 0px; left:0px;
}

.Scrollbar-Track {
 	height: 450px;
	width: 2px;
	float:left;
	margin-left: 21px;
	position: absolute; 
}

.Scrollbar-Handle {
	position: relative; 
	height: 50px;
	width: 6px;
	background: #FBB03B;
	cursor:pointer;
	margin: 2px;
	top: 0px;
}