
#container {
	position	: absolute;
	top			: 20px;
	left		: 0px;
	width		: 380px;
	height		: 250px;
	overflow	: hidden;
	border		: 1px solid #666;
}

#content {
	position	: relative;
	width		: 370px;
	left		: 5px;
}


#scrollArea {
	position	: absolute;
	left		: 390px;
	top			: 20px;
	height		: 250px;
	width		: 15px;
	border		: 1px solid #666;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: #AAA;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}


