#dock2{
position:relative;
clear:both;
float:left;
width:100%;
height:200px
}
.dock-container2 {
	position: absolute;
	padding-left: 20px;
    margin-top:198px;
    clear:both;
}
a.dock-item2 {
	display: block; 	
    width: 40px; 
	color: #000; 
	bottom: 0px; 
    left:100px;
	position: absolute;
	text-align: center;
	text-decoration: none;
  
}
.dock-item2 span {
	display: none;
    color:#fff;
	padding-left: 20px;
    font-weight: bold;
       
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0 0px; 
	width: 100%; 
}