img {
	border: none;
}

/* dock - top */
.dock {
	position: relative;
	height: 115px;
	text-align: center;
	padding: 10px 0 0 0;
}
.dock-container {
	position: absolute;
	height: 140px;
	background: url(images/dock-bg2.gif);
	padding: 0;
	overflow: visible;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0;
	text-align: center;
	text-decoration: none;
	font: 11px tahoma;
}
.dock-item img {
	border: none; 
	margin: 0; 
	width: 100%; 
}
.dock-item span {
	position: absolute;
	width:150px;
	text-align:center;
	left:-5px;
	top:-20px;
	display: none; 
	padding: 0;
	color:#2F87CE;
	border:0;
	}
	

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding: 0;
}
a.dock-item2 {
	display: block; 
	font: 11px tahoma;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding: 0;
}
.dock-item2 img {
	border: none; 
	margin: 0; 
	width: 100%; 
}
