
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 250px;
height: 65px;
white-space:nowrap;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/* background-color: #000000;*/
margin: 0.3em auto;
padding: 3px;
}
