/*Page related styles for you to view*/
#mycustomscroll,
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 100%;
height: 303px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0;
padding: 0;
}

.primopiano #mycustomscroll {
	height:305px;
}

/* general page style ends here */
