.centerImage {
display: block;
margin: auto;
text-align: center;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	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;
}

/* dock2 - bottom */
#dock {
	width: 100%;
	left: 0px;
	cursor:pointer;
	position: absolute;
}
.dockContainer{
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
	cursor:pointer;
}
a.dockItem {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
}
.dockItem span {
	display: none;
	padding-left: 20px;
	cursor:pointer;
}
.dockItem img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; color: rgb(255,255,255);
	cursor:pointer
}
