#dock {
	width: 800px;
	bottom: 50px;
	height: 200px;
	position: absolute;
	background: url(/img/gradient.gif);	
	background-repeat:repeat;
	left: 0px;
	margin:0 0 0 10px;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block; 
	/*font: bold 12px Arial, Helvetica, sans-serif;*/
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item span {
	display: none;
	width: 40px;
	padding-left: 20px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

.dock-span {
	text-align: center;
	white-space: nowrap;
}