ul.enocms_gallery
{
  list-style:none;
  margin:0; padding:0;
}

ul.enocms_gallery li
{
  float:left; width:100px;
  margin:5px 0 20px; position:relative;
  width:93px; height:93px;
  padding:16px 25px 33px 25px;
  background:transparent url('../../content/templates/flexiloo/images/gallery/thumbBG.png') left top no-repeat;
  
}

ul.enocms_gallery li span
{ position:absolute; top:0; left:0; 
}

ul.enocms_gallery li a img
{
  width:93px; height:93px;
  border:0; display:block;
  margin:10px auto;

}