


/*Page related styles for you to view*/
#mycustomscroll {
/* 340 Typical fixed height and fixed width example */
width: 390px;
height: 480px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top:55px;
left:-9px;
margin: 0.3em auto;

padding: 0px;
}


.fixedwidth {
/* 300 a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 500px;
height: auto;
position: relative;
color: black;

}

/* general page style ends here */