
.dock {
	height: 50px; 
	text-align: center;
	width: 100%;
}
.dock-container2 {
	position: relative;
	height: 50px;
}
a.dock-item2 {
	display: block;
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
    padding-left: 20px;
    font: bold 30px Times New Roman;
	color: #990000;
	display: none;
}
.dock-item2 img {
	border: none; 
	margin: 0px 10px 0px; 
	width: 100%; 
}