
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 450px;
height: 140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0;
padding: 0px;
}
#mycustomscroll_red {
/* Typical fixed height and fixed width example */
width: 450px;
height: 100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0;
padding: 0px;
}
#mycustomscroll_residential {
/* Typical fixed height and fixed width example */
width: 540px;
height: 140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0;
padding: 0px;
}
#mycustomscroll_full {
/* Typical fixed height and fixed width example */
width: 540px;
height: 284px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0;
padding: 0px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
color: black;
padding: 0px;
}

