#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 480px;
height: 455px;
overflow: auto;
float: left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: none;
margin: 0px;
padding: 0px;
outline: none;
}