
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 275px;
height: 189px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFF;
margin: 0.5em auto;
padding: 8px;
}


#cal-scroll {
/* Typical fixed height and fixed width example */
width: 612px;
height: 690px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFF;
margin: 0.3em auto;
padding: 8px;
text-align:center;
}