img {
	border: none;
}

/* dock - top */
.dock {
	position: relative;
	height: 60px;
	text-align: center;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	background-image: url(images/dock.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	padding-bottom: 10px;
}
.dock-container2 {
	position: absolute;
	height: 60px;
	padding-left: 0px;
}
a.dock-item2 {
	display: block;
	width: 40px;
	color: #333333;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

