.dock {
	position: relative; 
	z-index:80;
	height: 50px; 
	top:240px;
	text-align: center;
}

#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	width: 50px; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	}
.dock-item2 span {
	display: none;
	filter: glow(color=#000000,strength=3); 
	height:12px; 
	color:#FFFFFF; 
	padding:1px;
	text-decoration: none;	
	}
.dock-item2 img {
	border: none; 
	top:0px;
	margin: 0px 7px 0px; 
	width: 100%; 
}