.contentWithScroll{
	position:relative;
}
#container {
	position	: relative;
	width		: 550px;
	height		: 320px;
	background	: #FFFFFF;
	overflow	: hidden;
	border		: none;
}

#content {
	position	: relative;
	width		: 500px;
	left		: 5px;
}


#scrollArea {
	position	: absolute;
	left		: 550px;
	height		: 330px;
	width		: 15px;
	overflow	: hidden;
	z-index		: 1500;
	background-image:url('images/scroll_bg3.jpg');
}

#scroller {
	position	: absolute;
	top			: 0px;
	width		: 15px;
	background-image:url('images/scroller.png');
	background-repeat:no-repeat;
}