#mycustomscroll
{
	width: 880px;
	height: 370px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right: 20px;

	font-family: Verdana, Sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 18px;
}

#mycustomscroll a
{
	text-decoration: none;
	color: #ffffff;
}

#mycustomscroll a:hover {
	color: #E79438;
}

#mycustomscroll2
{
	width: 450px;
	height: 300px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right: 20px;

	font-family: Verdana, Sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 18px;
}