/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 130px;
height: 460px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
margin: 0;
padding: 0;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 630px;
height: 385px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
margin: 0;
padding: 0;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 630px;
height: auto;
position: relative;
color: 666666;
padding: 1px;
}

/* general page style ends here */
