#container {
	position	: relative;
	width		: 390px;
	height		: 300px;
	background	: #fff;
	overflow	: hidden;
	border		: 0px solid #999;
}

#content {
	position	: relative;
	width		: 360px;
	left		: 20px;
	padding-bottom: 10px;
}

#scrollArea {
	float		: right;
	height		: 300px;
	width		: 12px;
	border		: 1px solid #999;
	overflow	: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 12px;
	background	: #681D20;
	border-top	: 1px solid #999;
	border-bottom	: 1px solid #999;
}
