/* dock - top */
.dock {
	position: relative; 
	height: 45px; 
	text-align: center;
}
.dock-container {
	position: absolute;
}
a.dock-item {
	display: block;
	color: #000000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.dock-item img {
	border: none;
	width: 100%;
}
.dock-item span {
	display: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #CCCCCC;
}