
.container {
overflow: auto;
overflow-y: hidden;
}
	

.piece {
background:#;
height: 414px; 
width: 616px; 
overflow: hidden; 
/* margin-right:40px;*/
}
	
	
.piece2 {
height: 410px; 
width: 616px; 
overflow: hidden; 
}	
	

#mycustomscroll {
background:#000;
width:616px;
height:440px;

/* Typical fixed height and fixed width example */


overflow: auto;
overflow-y: hidden;

	/* IE overflow fix, position must be relative or absolute*/

	position: relative;


}


