#container2 {
	position	: absolute;
	top			: 60px;
	left		: -5px;
	width		: 400px;
	height		: 240px;
	overflow	: hidden;
	
	
	
	
}

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

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea {
	position	: absolute;
	left		: 415px;
	top			: 60px;
	height		: 240px;
	width		: 15px;
	overflow	: hidden;
	background-color:#CCCCCC;

}

#scroller {
	position	: absolute;
	top			: 0px;
	width		: 15px;
	height:500px;
	background	: #a1a824;
	
	
}

