#mycustomscroll {
/* Typical fixed height and fixed width example */
font-size: x-small;
color: #C0C0C0;
position:absolute;
height: 348px;
margin: 11px 11px 11px 11px;
border: thin solid #333333;

/* IE overflow fix, position must be relative or absolute
/*position: relative;
/*background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;*/
}