#mycustomscroll2 {
	/*percantage width: make it 100% to match container*/
	width: 510px;
	height: 360px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 13px;
	z-index: 1;
	left: 450px;
	top: 175px;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 500px;
	margin: 0;
	padding: 6px;
}

