.Container {}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 240px;
  height: 200px;

}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
	position: relative;
	margin-left: 275px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	padding-left:0px;
	left: 7px;
	top: 0px;
}
.Scrollbar-Track {
	width: 4px;
	height: 180px;
	position: absolute;
	top: 7px;
	left: 8px;
	background: transparent url(../images/scrollbar_track.png) no-repeat center center;
}
.Scrollbar-Handle {
	position: absolute;
	width: 5px;
	height: 5px;
	left: 10px;
	top: 3px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 190px;
	left: 7px;
}



.Scroller-Container {
	font-size: 12px;
}
.Scroller-Container h4 {
	font-size: 12px;
	color: #FBD794;
	
}
.Scroller-Container h5 {
	font-size: 12px;
	color: #FBD794;
	padding-bottom:12px;
	
}
.contentabout {
	padding-top: 13px;
	width: 320px;
	
	height: auto;
}

.Scroller-Container li {
	line-height: 22px;
	background-image: url(../images/aboutd_03.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
}
.Scroller-Container ul {
	padding-top: 10px;
}


