#container {
    position	: relative;
	left		: 4px;
	width		: 254px;
	height		: 125px;
	background: url(images/content.jpg) -4px 0 no-repeat;
	overflow	: hidden;
    clear		: left;
}

#content {
	position	: relative;
	width		: 220px;
	left		: 0px;
	padding-bottom: 10px;
}

#scrollArea {
	position	: relative;
	left		: 242px;
	top			: -115px;
	height		: 115px;
	width		: 7px;
	/* background	: url(images/scrollArea.gif) 0 0 no-repeat; */
	overflow	: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 7px;
	/* background	: #F4EAA8; */
	background	: #FFFFFF;
}