/* dock - top */
.dock {
	position: relative; 
	width:650px;
	height: 140px; 
	text-align: center;
	background: url(../img/dock-bg.jpg) no-repeat;
}
.dock-container {
	position: absolute;
	height: 110px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 10px;
	text-align: center;
	text-decoration: none;
	font-size:x-small;
	font-weight:bold;
	line-height:110%;
	color: #fff;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
	color: #fff;
}


/* dock - index */
.dock2 {
	position: relative; 
	width:830px;
	height: 120px; 
	text-align: center;
	background: url(../img/dock-bg2.jpg) no-repeat;
	margin: 20px 0 40px 0;
}
.dock-container2 {
	position: absolute;
	height: 110px;
}
a.dock-item2 {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 10px;
	text-align: center;
	text-decoration: none;
	font-size:x-small;
	font-weight:bold;
	line-height:110%;
	color: #fff;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item2 span {
	display: none; 
	padding-left: 20px;
	color: #fff;
}
