.leaflet-control-zoomhome-home img {
visibility: hidden;
}

.leaflet-control-zoomhome-home {
background: url('images/home.png');
}

a.leaflet-control-zoomhome-home:hover {
background: url('images/homeO.png') no-repeat center;
background-color: white;
display: block;
}

.leaflet-control-zoomhome a {
     font: bold 20px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	line-height: 1.45 !important;
}

.leaflet-control-zoomhome .home-button {
	display:block;
	float:left;
	width:26px;
	height:26px;	
	background: url('css/images/home.png') no-repeat center;
	border-radius:4px;

}
.leaflet-control-zoomhome .home-button:hover {
	display:block;
	float:left;
	width:26px;
	height:26px;	
	background: url('css/images/homeO.png') no-repeat center;
	border-radius:4px;

}