/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 398px;
	height: 175px;
	overflow-x: hidden;
	overflow-y: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ffffff;
	margin: 0.3em auto;
	padding: 15px;
}



/* general page style ends here */

