#container {	position	: absolute;	top			: 70px;	left		: 10px;	width		: 300px;	height		: 300px;	background	: #c2ceb6;	overflow	: hidden;	text-align	: center;			}#container p {	text-align	: left;}#content {	position	: absolute;	top			: 0px;	width		: 230px;	left		: 0px;	color		: #414b56;}#scrollArea {	position	: absolute;	left		: 285px;	top			: 70px;	height		: 330px;	width		: 15px;	overflow	: hidden;	z-index		: 1;}#scroller {	position	: absolute;	top			: -1px;	width		: 15px;	background	: #9fa995 url('../imatges/fletxes.gif') center center no-repeat;}
