img {
	border: none;
}
/* dock - bottom */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	left: 40px;
}
#dock {
	width: 100%;
	position: relative;
}
.dock-container {
	position: relative;
	height: 50px;
	background: url('images/dock-bg.gif');
	padding-left: 20px;
}
a.dock-item {
	display: block; 
	color: #ff7b02;
	font: bold 10px Verdana;
	width: 40px; 
	bottom: 0px; 
	position: absolute;
	text-align: center;	
	text-decoration: none;
}
.dock-item span {
	display: none;
	padding-left: 20px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
