#cenesta-category-slider-container {
  width: 100%;
  margin: 0.5% 0;
  display: none;
}

#cenesta-category-slider {
  list-style-type: none;
  margin: 0;
  padding: 0;	
}

#cenesta-category-slider .category {
  position: relative;
  overflow: hidden;
}

#cenesta-category-slider .flex-caption {
  width: 100%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

#cenesta-category-slider a:hover img {
	-webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}

#cenesta-category-slider a img {
	-webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -ms-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out; 
}

