.marker-cluster {
	background-clip: padding-box;
	/*border-radius: 20px;*/
    width: 20px;
    height: 20px;
    
	}

.marker-cluster > div {
    width: 25px;
    height: 25px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
    /*
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-top: 5px;

	
	border-radius: 15px;
	
    */
	}
.marker-cluster-count {
        float:right;
        text-align: right;
	}
.marker-cluster-count span{
    position:relative;
    top:5px;        
    right:-5px;
    border-radius: 3px;
    background-color:red;
    color:#fff;
    padding:2px;
}

.marker-cluster-count-new span{
    position:relative;
    top:20px;    
    left:3px;
    color:#000;
    padding:2px;
    font-weight:700;
    font-size:14px;
    font-family: 'PT Sans Narrow', sans-serif;
}


.marker-cluster-img {

	}
.marker-cluster-img img{
    width:30px;
    height:30px;
}

