#elementbox {
	position:relative; 
	width:500px; 
	height:180px; 
	margin-top:20px;
	overflow:hidden;
}

.element{
	height:180px;
	width:500px;
	overflow:hidden;
}