/* dock - top */
.dock {
	position:absolute; 
	text-align: center;
	bottom:0;
}
/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: relative;
	left: 0px;
	}
.dock-container2 {
height:0;
padding-left:20px;
position:absolute;
}

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;
}
.dock-item2 span {
	display: none;
	position:relative;
	left:-80px;
	top:-10px;
	width:245px;
	height:75px;
	    padding: 4px 4px;
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    color: #fff;
background-color: #c60;
text-align:center;
}

img#icon {
	border: none; width:100%; }

img#span { float:left; width:75px; height:75px;}

div#span {float:right;}
div#span table {height:75px;width:165px;text-align:center;}