/* dock - top */

.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
}
a.dock-item {
	top: 0px;
	position: absolute;
	display: block;
	color: #ebb8cf;
	text-align: center;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
}
.dock-item img {
	margin-bottom: 0px;
	margin-top: 5px;
	border: none; 
	width: 100%;
	
}
.dock-item span {
	border-color: #67092c;
	border-style: dotted;
	border-width: 1px;
	left: -5px;
	padding: 4px;
	background-color: #a51b58;
	top: -5px;
	display: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
}

/* dock - top */
/*
.dock  { background-repeat: no-repeat; background-attachment: fixed; background-position: 0 0; text-align: center; position: relative; top: 0; left: 0; width: 100%; height: 83px }
.dock-container     { padding-top: 10px; position: absolute }
a.dock-item  { color: #fff; font: bold 12px sans-serif, Arial, Helvetica, ; text-decoration: none; text-align: center; display: block; margin-top: 20px; position: absolute; top: 0; width: 40px }
.dock-item img   { padding-right: 4px; padding-left: 4px; width: 100%; border: none }
.dock-item span  { padding-right: 10px; padding-left: 10px; display: none; margin-bottom: 10px }
*/