.image-buttons {}
.image-buttons > .button {}
.image-buttons > .button > .button-img {}
.image-buttons > .button > .button-fallback {}


.image-buttons .button .button,
.image-buttons .button .button-img,
.image-buttons .button .button-fallback {
	width: 120px;
	height: 120px;
}
.image-buttons .button img.button-img {
	position: relative;
	z-index: 4;
}
.image-buttons .button img.button-img.button-generic {
	z-index: 2;
}
.image-buttons .button .button-fallback {
	text-align: center;
	position: relative;
	top: -70px;
	height: 0;
	color: #31556B;
	font-size: 11px;
	font-weight: 600;
	border-style: none;
	text-decoration: none;
	z-index:3;
}

.index-buttons.image-buttons .button .button,
.index-buttons.image-buttons .button .button-img,
.index-buttons.image-buttons .button .button-fallback {
	width: 300px;
	height: 120px;
}

.index-buttons.image-buttons .button .button-fallback {
	height: 0px;
}

.index-buttons a {
	margin-bottom: 2em;
}