

/* dock - top */
.dock {
	position: relative; 
	height: 90px; 
	text-align: right;
}
.dock-container {
	position: absolute;
	height: 90px;
}
a.dock-item {
	display: block;
	width: 100px;
	color: #fff;
	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:5px 10px 0;
}
.dock-item span {
	text-align:center;
	width:70px;
	margin: 0 auto;

}

