/*Page related styles for you to view*/

#mycustomscroll {

	/* Typical fixed height and fixed width example */

width: 450px;

	height: 240px;

	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/

position: relative;

	margin: 0px;

	padding-top: 0px;

	padding-right: 15px;

	padding-bottom: 0px;

	padding-left: 0px;

}



#mycustomscroll2 {
	/* Typical fixed height and fixed width example */

width: 435px;
	height: 355px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/

position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;

}





.fixedwidth {

/* a wide div is used for creating horizontal scrollbars for demonstration purposes */

width: 360px;

height: auto;

position: relative;

padding: 1px;

}



/* general page style ends here */
