.leopard {
	text-align: center;
	height: 50px;
	position: relative;
}

#leopard{
	margin: 0 auto;
	width: 100%;
}

a.leopardItem {
	text-align: center;
	color: #0E100F;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
}

.leopardItem img {
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}

.leopardItem span {
	display: none;
}

.leopardContainer {
	margin-top: 40px;
	background-color: #fff;
	height: 30px;
	width: 200px;
	left: 500px;
	position: absolute;
}

