	#scroll-container {
		margin-top: 2em;
		position: relative;
		height: 400px;
	}

	#content {
		position: absolute;
		top: 0;
		left: 20px; //ex 20
		right: 20px;
		width: 310px;
		clip: rect(0px,310px, 300px, 0px);
		overflow: hidden;
		padding-bottom: 0px;
		
	}	
  
  #content p:first-child {
		margin-top: 0;
	}
  
 
	
  #track {
		position: absolute;
		left: 330; //ex 0
    right: 16px;
		top: 10px;
		width: 16px;
		height: 280px;
		background: #d0d0d0; //colore scrollbar
	}
  
   #handle {
		position: absolute;
		background: #ffff00; //colore quadratino
		left: 330; //ex 0
		right: 16px;
		top: 0;
		width: 16px;
		height: 10px;
	} 
  
  #button-up {
		position: absolute;
		top: 0;
		left: 330; // ex 0
		right: 16px;
		width: 16px;
		height: 10px;
		background: #a0a0a0;
	}
	
	#button-down {
		position: absolute;
		top: 290px;
		left: 330; //ex 0
		right: 20px;
		width: 16px;
		height: 10px;
		background: #a0a0a0;
	}  