img {
	border: none;
}

/* dock - top */
.dock {
	position: relative;
	height: 89px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 89px;
}
a.dock-item {
	display: block;
	width: 120px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
}
.dock-item img {
	border: none;
	width: 100%;
}
