#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 98%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0;
	text-align: left;
	padding-right:1px
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 98%;
height:85px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0;
	text-align: left;
	padding-right:1px;
}
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 98%;
height:275px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0;
	text-align: left;
	padding-right:1px
}
