
#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 450px;
	height: 175px;
	overflow: auto;
	overflow-y: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFFFFF;
    vertical-align: bottom;
	padding:1px;
}

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

/* general page style ends here */



