* { margin: 0; padding: 0; }

#dock {
	width: 100%;
	bottom: 50px;
	position: fixed !important;
	left: 0px;  
	height:1px;

	z-index:10000000;
}

/*#dock { position: relative; top: 1px; }*/

.dock-container { position: absolute; height: 50px;  padding-left: 20px;}
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #fff; }
.dock-item span { display: none; padding-left: 20px; }

.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; }
