.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
	}

.icon-cluster-hand {
  height: 41px; 
  width:  71px;
  background: url('../images/marker-shadow.png') no-repeat 0 0;
    margin: 0;
    padding: 0;
  }
  .icon-cluster-hand-inner {
    position: relative;
    height: 41px; 
    width:  71px;
    background: url('../images/icon-cluster.png') no-repeat 0 0;
    margin: 0;
    padding: 0;
    }
  .icon-cluster-hand-count-wrapper {
    position: absolute;
    height: 18px; 
    width:  71px;
    top: 29px;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    }
    .icon-cluster-hand-count {
      font-size: 10px;
      height: 18px; 
      width:  20px;
      margin: 0 0 0 7px;
      padding: 0 2px;
      color: #FFF;
      font-weight: bold;
      background: #A50017;
      line-height: 18px;
      border: 1px solid #000;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-align: center;
      }
    