/* dock - top */
.dock {
	position: relative;
	height: 50px;
	text-align: center;
	background: url('images/dock-bg2.gif') repeat-x;
	
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url('images/dock-bg2.gif');
	padding-left: 20px;
	left: 1px;
	top: -18px;
}
a.dock-item {
	display: block;
	width: 80px;
	color: #000;
	position: absolute;
	top: -15px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	left: 27px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
