#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 450px;
height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 205px;
height: 70px;
max-height: 70px !important;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 425px;
height: auto;
position: relative;
}

.fixedwidth2 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 180px;
height: auto;
position: relative;
}

/* general page style ends here */
