
#content {
	background-color: #000000;
	width: 440px;
  height: 470px;
	
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 440px;
height: 470px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin-left: 50px;
padding: 5px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 440px;
height: 470px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin-left: 87px;
padding: 5px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 300px;
height: 300px;
position: relative;
color: #000000;
padding: 1px;
}




