
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(img/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	padding-top:100px;
}
.dock-container2 {
	position: absolute;
	height: 70px;
	background: url(img/dock-bg.gif);
	padding-left: 20px;
	border-radius: 3px;
	box-shadow:1px 1px 5px black;

}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	z-index:200;
}
.dock-item2 span {
	display: none;
	/* padding-left: 10px; */
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

.bubble{
	/* background-color:rgba(29, 29, 29, 1); */
	padding-top:10px;
	transition:1s;
	color:white;
	background-image:url('img/bubble2.png');
	height:50px;
	width:150px;
	background-repeat:no-repeat;
	font-size:15px;
	margin-left:-5px;

}




