#container {
	position	: inherit;
	top			: 0px;
	left		: 0px;
	width		: 195px;
	height		: 315px;
	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 185px;
	left		: 5px;
}

#scrollArea {
	position	: inherit;
	left		: 0px;
	top			: 0px;
	height		: 315px;
	width		: 10px;
	border		: 1px solid #797143;
	overflow	: hidden;
	visibility: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 10px;
	background-color: #938137;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #80733F;
	border-right-color: #80733F;
	border-bottom-color: #80733F;
	border-left-color: #80733F;
}
