﻿

/* dock2*/
#dock2 {
	width: 100%;
	/*bottom: 50%;*/
	position: absolute;
	/*left: 0px;*/
	top:584px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	/*background: url(../Images/bg-dock.gif);*/
	padding-left: 10px;
}
a.dock-item2 {
	display: block; 
	font: normal 27px 'Trebuchet MS';
	/*width: 40px; */
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 0px 0px 0px 0px; 
	width: 100%; 
}


