/* dock - bottom */

#dock {
	width: 100%; 
	bottom: 0px; 
	position: absolute; 
	left: 0px;
	}

.dock-container {
	position: absolute; 
	height: 50px; 
	padding-left: 20px;
	}

a.dock-item {
	display: block; 
	width: 40px; 
	position: absolute; 
	bottom: 0px; 
	border: none !important; 
	text-decoration: none!important;
	}

a.dock-item span {
	display: none; 
	padding-left: 20px!important; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 10px!important; 
	line-height: 10px; 
	color: #000!important; 
	font-weight: bold; 
	text-align: center; 
	border: none !important; 
	text-decoration: none!important; 
	border-color: #fff !important;
	}

.dock-item img {
	/*

border: none;*/
		border: 1px #fff solid!important; 
	margin: 5px 10px 0px 0!important; 
	width: 100%;
	}