
/* dock - top */
.dock {

	height: 52px;
	
	text-align: center;
}
.dock-container {
	position: absolute;
	text-align: center;

}
a.dock-item {
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	
}
.dock-item img {
	border: none;


	
}




