#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
/*width: 100%;*/
height: 820px;
/* IE overflow fix, position must be relative or absolute*/
overflow: auto;
position: relative;

/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */

/*border:1px solid green;*/

/*padding-right:10px;*/
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	/*border:1px solid red;*/
	width: 100%;
	margin: 0 auto;
}

