.scroller {
	overflow: auto;
	height: 336px;
	width: 421px;
}

.scroller2 {
	overflow: auto;
	height: 80px;
	width: 870px;
}
.scroller3 {
	overflow: auto;
	height: 310px;
	width: 421px;
}
.scroller4 {
	overflow: auto;
	height: 290px;
	width: 421px;
}

BODY {
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #666666;
}

