/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 840px;
	height: 540px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	
position: relative;
	padding-top: 0em;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: 0em;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 840px;
height: 540px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-top: 0em;
margin-right: auto;
margin-bottom: 1.5em;
margin-left: auto;
padding: 0px;
}

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

padding: 0px;
}

/* general page style ends here */
