#scroll-container {
	float		: right;
	position	: relative;
	top			: 20px;
	left		: -38px;
	width		: 650px;
	height		: 480px;
	background	: none;
	overflow	: hidden;
	border		: none;
}

#scroll-content {
	position	: relative;
	width		: 650px;
	left		: 5px;
	height		: 680px;
}

#scrollArea {
	float		: right;
	position	: relative;
	left		: 0px;
	top			: 20px;
	height		: 470px;
	width		: 15px;
	border		: none;
	overflow	: hidden;
	background-image:url(images/page/scrollbar-track.gif); background-repeat:repeat-y; background-position:center;
}

#scroller {
	position	: absolute;
	width		: 15px;
	background	: #525252;
	border-top	: none;
	border-bottom	: none;
	height		: 20px;
	margin		: -1px 0px 500px 6px;
}