

/* */ 
ul {
  list-style:none;
  padding:10px;
}  

ul li {   
  width:40px;
  background:#c0ebf7;
  float:left;
}  

li:nth-child(even) { 
  background:#edefef;
  _height:40px;
}  
ul li a { 
  display:block;
  color:black;
  text-decoration:none;
  padding:0px;
  width:40px;
  height:40px !important;
  _height:40px;
  position:relative;
}  
ul li a span {
  color:green;
  display:block;
  padding-bottom:0px;
}  
li a div {
  display:none;
}  

li a:hover div {
  display:block;
  color:#3d203f;
  width:60px;
  padding:1px;
  position:absolute;
  left:-2px;
  top:-2px;
  background:#ffeab8;
  cursor:pointer;
  box-shadow:3px 3px 16px #303030;
  z-index:4;
} 
li:nth-child(even) a:hover div{
  background:#edefef;
}
.tiles-wrapper {
  width: 2060px;
}
.tiles-wrapper div {
  color: black;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  height: 40px;
  width: 40px;
 }