.dock {
	position: relative; 
	text-align: center;
	height: 200px;
	background: url(../images/site_images/sliderbg.jpg) no-repeat;
}
.dock-container {
	position: absolute;
}
a.dock-item {
	display: block;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
}
.dock-item span {
	display: none;
}
