.leaflet-marker-photo { 
	border: 2px solid #fff; 
	box-shadow: 2px 2px 6px #444; 
        z-index: 0;
}	

.leaflet-marker-photo div { 
    width: 100%;  
    height: 100%;
    background-size: cover;    
    background-position: center center;
    background-repeat: no-repeat;
}	

.leaflet-marker-photo b {
	position: absolute;
	top: -7px;
	right: -11px;
	color: #555;
	background-color: #fff;
	border-radius: 9px;
	height: 16px;
	min-width: 16px;
	line-height: 12px;
	text-align: center;
	padding: 2px;
	box-shadow: 0 3px 18px rgba(0,0,0,0.4);
}

.leaflet-marker-poi {     
	box-shadow: 2px 2px 6px #444; 
        z-index: 99;
        border-radius:40px;
}	

.leaflet-marker-poi div { 
    width: 100%;  
    height: 100%;
    background-size: cover;    
    background-position: center center;
    background-repeat: no-repeat;
}	

.leaflet-marker-poi b {
	position: absolute;
	top: -6px;
	right: -5px;
	color: #be1e2d;
	background-color: #fff;
	border-radius: 9px;
	height: 16px;
	min-width: 16px;
	line-height: 12px;
	text-align: center;
	padding: 2px;
	box-shadow: 0 3px 18px rgba(0,0,0,0.4);
}