#Scroller_achieve {
	position: relative;
	height: 280px;
}

#Scroller_achieve-Content {
	position: absolute;
	width: 630px;
	height: 280px;
	overflow: hidden;
}

#Scroller_achieve .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

#Scroller_achieve-Scrollbar {
	position: absolute;
	left: 620px;
}

#Scroller_achieve .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 6px; height: 5px;
	background:url(../../_images/Sota_arrowtop_a.gif) no-repeat;
	font-size: 0px;
}

#Scroller_achieve .Scrollbar-Up-Pressed{
	background:url(../../_images/Sota_arrowtop_b.gif) no-repeat;
}

#Scroller_achieve .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 276px;
	width: 6px; height: 5px;
	background:url(../../_images/Sota_arrowdown_a.gif) no-repeat;
	font-size: 0px;
}

#Scroller_achieve .Scrollbar-Down-Pressed{
	background:url(../../_images/Sota_arrowdown_b.gif) no-repeat;
}

#Scroller_achieve .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 6px; 
	height: 262px;
	position: absolute;
	top: 10px;
	background-color: #bdc9d0;
}

#Scroller_achieve .Scrollbar-Track-Pressed {
	background-color: #b2aead;
}

#Scroller_achieve .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 6px; height: 60px;
	background-color: #759aaf;
}

#Scroller_achieve .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #bb6b88;
}

#Scroller_achieve .Scrollbar-Disabled {
	display: none;
}

