#dock {

}
.dock-container { position: relative; bottom: 0px; padding-left: 20px; }
a.dock-item { display: block; width: 75px; position: absolute; z-index: 1; bottom: 0; text-align: center; text-decoration: none; color: #333367; font-size: 14px;}
.dock-item span { /*display: none;*/ position: absolute; z-index:2;  bottom: -10px; left: 0; width: 100%; text-align: center; /*padding-left: 20px;*/}
/*.dock-item span { 
	font-size: 12px;
	display:none;
	height: 14px;
	padding-left: 20px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #ffffff;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}*/
.dock-item img { position: relative; border: 0; /*margin: 0px 10px 0px;*/ width: 100%; }
