img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 117px; 
	text-align: center;
	z-index:1000;
}
.dock-container {
	position: absolute;
	height:117px;
	background: url(images/dockMiddle.png) repeat-x top;
}
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;
}
#dockLeft{
position:absolute;
top:0px;
width:69px;
background:transparent;
margin-left:-68px;
}
#dockRight{
width:31px;
display:block;
background:transparent;
float:right;
margin-right:-30px;
}
