.Container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 285px;
	color: #333333;
}
#Scroller-1 {
	position: relative;
	overflow: hidden;
	width: 400px;
	height: 385px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	left: 2px;
	top: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#Scroller-1 p {
  margin: 0; 
  padding-left: 5px;
  padding-bottom:5px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  margin-right: 0px;
  margin-left: 0px;
}
.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: relative;
  float:right;
  top: auto; left: 0px;;
}
.Scrollbar-Up {
	cursor: pointer;
	position: relative;
	top: -10px;
	left: 0px;
}
.Scrollbar-Track {
  width: 20px; height: 161px;
  position: relative;
  top: -10px; left: 04px;
  background: transparent url(../images/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: relative;
  width: 20px; height: 22px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: relative;
	top: 173px;
	left: -30px;
}
