#dock{
	margin-left: 650px;
}
.dock-container {
	position: relative;
	top: 65px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.dock-item {
	display: block;
	width: 50px;
	position: absolute;
	bottom: 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	left: 2px;
}
.dock-item span {
	display: none;
	padding-left: 0px;
	background-color:#000;
	border-radius: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #FFF;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
	font-variant: small-caps;
	font-weight: bold;
}
.dock-item img {
	border: 0;
	width: 100%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}