div#buttons-proto div.buttons-container{
	position:relative;
	display:inline-block;
}

button.atm-button{
	position:absolute;
	background:none;
	border:none;
	width:69px;
	height:50px;
	cursor:pointer;
}

button.atm-left-button{
	background-image: url('atm-button-normal-left.jpg');
}
button.atm-left-button:active{
	background-image: url('atm-button-pressed-left.jpg');
}

button.atm-right-button{
	background-image: url('atm-button-normal-right.jpg');
}
button.atm-right-button:active{
	background-image: url('atm-button-pressed-right.jpg');
}

button.atm-top-button{
	top:156px;
}
button.atm-2-button{
	top:227px;
}
button.atm-3-button{
	top:302px;
}
button.atm-bottom-button{
	top:369px;
}

button.atm-right-button{
	right:15px;
}
button.atm-left-button{
	left:17px;
}