
.dock {
	position: absolute ;
	top:90px;
	left:-10;
	height: 50px;
	text-align: center;
	width:0;
	z-index:10;

}
.dock-container {
	position: absolute;
	top:0;
	left:0;
	height: 50px;
	sbackground: url(images/dock-bg2.gif);
	padding-left: 20px;
	z-index:10;
}
a.dock-item {
	display: block;
	width: 70px;
	color: #FF0000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	float:left;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
}
.dock-item span {
	display: none;
	padding-left: 20px;
	background:#FFFFFF
}