.dock {
	position: relative; 
	height: 100px; 
	text-align: center;
}


.dock-container {
	position: absolute;
	height: 100px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 18px;
	color: #fff;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	margin-left: 20px;
	background: #48397E;
	border: 1px solid #F8CE18;
}
