#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 273px;
min-height: 70%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right: 20px;
 text-align:center
}

#mycustomscroll_project {
/* Typical fixed height and fixed width example */
width: 100%;
min-height: 75%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right: 10px;
}
