
/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 470px;
	height: 230px;

	/* IE overflow fix, position must be relative or absolute*/
	margin-bottom:182px;
	margin-left:15px;
	padding-right:10px;
}

#mycustomscrol2 {
	/* Typical fixed height and fixed width example */
	width: 470px;
	height: 260px;

	/* IE overflow fix, position must be relative or absolute*/
	margin-bottom:182px;
	margin-left:15px;
	padding-right:10px;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	color: black;
	padding: 1px;
}

/* general page style ends here */


