#content .container .slideshow .content .image .views-row.active,
#content .container .slideshow .content .image .views-row,
#content .container .slideshow .controler .views-row span.active,
#content .container .slideshow .controler .views-row span {
  -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;
}
