.Container {
  	width: 500px;
  	height: 375px;
	margin: 0 0 0 335px;
}
#Scroller-1 { 
  	position: absolute;
  	overflow: hidden;
  	width: 475px;
  	height: 375px;
}
.Scroller-Container {
  	position: absolute;
  	top: 0px; left: 0px;
}


#Scrollbar-Container {
 	float: right;
	width: 25px;
	margin: 0 -380px 0 0;
}
.Scrollbar-Track {
	margin: -75px 0 0 0;
  	width: 5px;
	height: 450px;
  	background-color: #808080;
}
.Scrollbar-Handle {
  	background-color: #606;
  	position: absolute;
	margin: 216px 0 0 -10px;
  	width: 25px;
	height: 11px;
}

/*----- Staff -----*/

#a_staff .Container {
  	width: 300px;
  	height: 325px;
	margin: 0 0 0 50px;
}
#a_staff #Scroller-1 { 
  	position: absolute; 
  	overflow: hidden;
  	width: 275px;
  	height: 325px;
}
#a_staff .Scroller-Container {
  	position: absolute;
  	top: 0px; left: 0px;
}


#a_staff #Scrollbar-Container {
 	float: left;
}
#a_staff .Scrollbar-Track {
	margin: 0 0 0 23px;
  	width: 5px;
	height: 325px;
  	background-color: #808080;
}
#a_staff .Scrollbar-Handle {
  	background-color: #606;
  	position: absolute;
	margin: 153px 0 0 -10px;
  	width: 25px;
	height: 11px;
}