/* dock - top */
.dock {
	position: relative; 
	height: 150px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 60px; 
	/*background: url(../images/dock-bg2.gif);*/
}
a.dock-item {
	display: block;
	width: 60px;
	color: #000;
	position: absolute;
	top: 10px;
	text-align: center;
	text-decoration: none; 
}
.dock-item img { 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

