
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	/* background: url(images/dock-bg2.gif); */
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 10px Tahoma;	
	color: #3F5AA0; 
	}
.dock-item img {
	border: none; 
	 
	width: 100%; 

	
	
}
.dock-item span {
display: none;
	
}