div
{
scrollbar-face-color: #8e6c50;
scrollbar-highlight-color: #8e6c50;
scrollbar-3dlight-color: #8e6c50;
scrollbar-darkshadow-color: #8e6c50;
scrollbar-shadow-color: #8e6c50;
scrollbar-arrow-color: #dcc3ad;
scrollbar-track-color: #dcc3ad;
scrollbar-width: 3;
}

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:justify;
}

.Scrollbar-Up {
  position: absolute;
  width: 6px; height: 6px;
  background-color: #CFCFCF;
  font-size: 0px;
}

.Scrollbar-Track {
  width: 6px; height: 225px;
  position: absolute;
  top: 8px;
  background-color: #CFCFCF;
}

.Scrollbar-Handle {
  position: absolute;
  top: 0px; 
  left: 0px; 
  visibility: visible;
  width: 6px; height: 30px;
  background-color: #A1A1A1;
}

.Scrollbar-Down {
  position: absolute;
  top: 236px;
  width: 6px; height: 6px;
  background-color: #CFCFCF;
  font-size: 0px;
}

#Scrollbar-Container {
  position: absolute;
  top: 20px; left: 335px;
  /*top: 20px; left: 385px;*/
}

#Container {
	position: absolute;
	top: 22px;
	left: -301px;
	/*left: -258px;*/
	width: 569px;
	height: 220px;
}

#About {
	position: absolute;
	overflow: hidden;
	width: 569px;
	height: 235px;
	display: none;
	display: block;
	left: 0px;
	top: 0px;
}

