.dock-container { position: relative; top: 10px; height: 50px;}
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; }
.dock-item span { display: none; padding-left:0px;
font: 13px Tahoma, Geneva, sans-serif;
	height: 14px;
	position:absolute;
	top: -30px;
	right:0px;
	line-height: 14px;
	border: 0;
	background-color:#0C58EA;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #00EAFF;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);}
.dock-item img { border: 0; margin: 5px 5px 0px 10px; width: 100%; }