#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 420px;
height: 268px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
/*margin: 0.3em auto;*/
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
margin-top:1px;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 455px;
height: 112px;
overflow: auto;
float:left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top:5px;
margin-right:8px;
margin-left:-5px;
padding: 2px;
}
#mycustomscroll p{
float:left;
height:260px;
width:340px;}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 340px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 480px;
height: 258px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0.3em auto;
padding: 5px;
}

