@charset "iso-8859-1";
/*@import "scroller.css";*/

.services {  position: relative;  white-space: nowrap; margin: 0 -.1em; }
/*.services .scrollarea { overflow: auto; white-space: nowrap; }*/
.services a {
   text-decoration: none;
}
.services .scrollarea, .news .scrollarea {
  display: block;
  /*word-spacing: -100%; FF only*/
  /* text-space-collapse, text-space-trim */
}
.services .scrollarea {
  display: -webkit-flex; display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.services .scrollarea > a {
   -webkit-flex: 1 0 auto/*14%*/;
   flex: 0 0 auto; /*flex: 1 0 auto; XXX */
   word-spacing: normal;
   white-space: normal;
   display: inline-block; max-width: 8em;
   text-align: center; vertical-align: middle;
   color: white;
   letter-spacing: 0.03em;
   line-height: 1.1em;
   text-decoration: none;
   text-transform: uppercase;
   margin: .1em 0.1em; padding: .9em 0;
}
.services .scrollarea img {
  display: block;
  margin: 0 auto .3em auto; /* was: 0 auto */
  width: 7em;
  height: auto;
}
/*.services _img::after { white-space: pre; content: '\aA'; }*/
/*.services .fwd { float: right; }
.services .bck { float: left; }*/
