
#scrollcontainer {

	top			: 0px;
	left		: 0px;
	width		: 340px;
	height		: 311px;
	background	: #ffffff;
	overflow	: hidden;
	/*border		: 1px solid red;*/
	float:left;
}

#scrollcontent {
	position	: relative;
	width		: 340px;
	left		: 0px;
	/*border		: 1px solid green;*/
}

#scrollcontent p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #57575A;
}



#scrollArea {
	position: relative;

	top			: 0px;
	height		: 311px;
	width		: 15px;
	border		: 0px;
	overflow	: hidden;
	background-image: url(scrollbar.gif);
	background-repeat: repeat-y;
	/*border		: 1px solid blue;*/
	float:right;
}

#scroller {
	position: absolute;
	top: -1px;
	width: 15px;
	border:0px;
	
}

#scrollholder{
		
		width: 360px;
		/*border: 1px solid yellow;*/
}