
.dockwrapper{
	width:100%;
	/*clear: both;
	float: left;*/
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
/* ================ DOCK 1 ================ */
#dock {
	position: relative;
	margin-top: 0px;
	
}
.dock-container {
	position: relative;
	top: -85px;
	height: 150px;
}
a.dock-item {
	display: block;
	width: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	color: #000;
	bottom: 0;
}
a.dock-item1 {
	display: block;
	width: 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	color: #000;
	bottom: 0;
}
.dock-item span {
	display: none;
	/*margin-left: 22px;*/
	font-size: 18px;
	font-weight: strong;
	text-decoration: none;
	/*margin-right: 34px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/barrow.png);
	background-repeat: no-repeat;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	/*background-position: center center;*/	
	height: 73px;
	width: 154px;
	line-height: 18px;	/*background-attachment: scroll;
	background-position: center center;*/
}
.dock-item img { border: 0; margin: 0px; width:100%;}

.explore{
	width:1065px;
	/*clear: both;
	float: left;*/
	margin-top: -200px;
	margin-right: auto;
	margin-left: auto;
}

