img {
	border: none;
}

/* dock - top */
.dock {
	position: relative;
	height: 50px;
	text-align: center;
	margin-top: -7px;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
}
a.dock-item {
	display: inline-block;
	width: 40px;
	color: #000;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	position: absolute;
}

.dock-item img {
	border: none;
	margin: 0 0 0 0;
	width: 100%;
	display: block;
}
a.dock-item:link span {
	height: 100px;
	margin-top: -100px;
	display: block;
	position: absolute;
	z-index: 1;
	width: 100px;
}

