#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 330px;
height: 200px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
padding: 5px;
}
#homebrewscroll {
	/* Typical fixed height and fixed width example */
width: 580px;
	height: 580px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
}
