/* dock - top */
.dock { position: relative; height: 90px; text-align: center; width: 400px; float: right; margin-right: 70px; }
.dock a:hover { color: red; }
*html .dock { text-align: center; margin-right: 40px; position: relative; width: 400px; height: 90px; float: right; }
.dock-container { background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: absolute; height: 50px; }
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

