

#mycustomscroll {
	height: 170px;
	overflow: auto;
	float: left;
	width:700px;
	padding: 0px 10px 0px 0px;
}
#mycustomscroll a { color:#E23A31;}





.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: autopx;
height: auto;
position: relative;
color: black;
padding: 0px;
}
