@charset "utf-8";
/* CSS Document */


#container {
	float		: left;
	top			: 10px;
	left		: 10px;
	width		: 500px;
	height		: 120px;
	background	: #EEE;
	overflow	: hidden;
	border		: 1px solid #666;
}

#content {
	position	: relative;
	width		: 490px;
	left		: 5px;
}


#scrollArea {
	float :left;
	left		: 390px;
	top			: 10px;
	height		: 120px;
	width		: 15px;
	border		: 1px solid #666;
	overflow	: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 15px;
	background	: #AAA;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}


