img {
	border: none;
	text-align: left;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	height: 150px;
}
.dock2 {
	position: relative; 
	height: 50px; 
	text-align: center;
	height: 150px;
}
.dock-container {
	position: absolute;
	height: 70px;
	background: url(images/dock-bg2.gif);
	padding-left: 0px;
	top: 5px;
	width: 368px;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 70px;
	background: url(images/dock-bg2.gif);
	padding-left: 0px;
	top: 90px;
	width: 368px;
	left: 0px;	
}
a.dock-item {
	display: block;
	width: 40px;
	color: #333;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.dock-item2 {
	display: block; 
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #333; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item img {
	border: none; 
	margin: 0px 0px 0px; 
	width: 100%; 
}
.dock-item2 img {
	border: none; 
	margin: 0px 0px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: auto;
}
.dock-item2 span {
	display: none;
	padding-left: auto;
}
