/* dock - top */
.dock_loader {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.dock {
	height: 90px;
	text-align: center;
}
.dock-container {
	position: absolute;
}
.dock-container li {
	float: left;
}
a.dock-item {
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
.dock-item img {
	border: none; 
	margin: 0 auto 5px auto;
	width: 100%; 
}
.dock-item span {
	background-color: #000;
	-webkit-border-radius: 5px;
	opacity: .7;
  font-size:12px; 
	display: none;
	padding: 5px 10px;  
  color:#fff;
  text-decoration: none;

  width: auto;
	position: absolute;
	top: 100%;

  z-index: 993 !important;
}