.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	background-color:#11326F;
}
#dock2 {
	position: absolute;
	top: 470px;
	_top: 480px;
	left: auto;
	width: 784px;
	background-color:#11326F;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	float:left;
	position: absolute;
	bottom: 0px; 
	font: bold 9px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #fff; 
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
}
.dock-item2 img {
	border: none; 
	margin: 5px ; 
	width: 100%; 
}