
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 180px;
height:80px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0 5px 0 0;
}

#mycustomscroll p{
  font:normal 11px/13px Arial;
  margin:0;
  padding:0;
  }


