

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 470px;
height: 540px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: float;
background-color: transparent;
margin-right: 0px;
padding-right: 10px;
}
