/* dock - top */
.dock {
	position: relative;
	height: 50px;
	text-align: center;
	float: right;
	width: 400px;
	padding-top: 20px;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	float: left;
}
.dock-item img {
	border: none; 
	margin: 0px; 
	width: 100%; 
}
.dock-item span {
	display: none;
	margin-top: -5px;
	font-weight: 800;
	text-decoration: none;
	color: #EED48B;
	line-height: 1.4;
}
#dock .dock-container a {
	text-decoration: none;
}

