
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 420px;
	height: 285px;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-image: url(../gra/scroll_bg.png);
	background-repeat: repeat;
}



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


