#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 615px;
height: 400px;
overflow: auto;
border-width: thin;
border-color:#000000;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

}


#sponsorscroll {
/* Typical fixed height and fixed width example */
width: 220px;
height: 400px;
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: 620px;
height: auto;
position: relative;
color: black;

}