<!--
/**
 * Slideshow style rules.
*/

.frontpage-device {
  width: 1024px;
  height: 346px;
background:#fff;
  margin: 0px auto;
  position: relative;
  box-shadow: 0px 0px 5px #000;
  
  font-family:Gotham, sans-serif;
  color:#374e79;
}
.frontpage-device .swiper-content-wrap-right{
    position: relative;
    width: 440px;
    height: 275px;
    float:right;
    right:65px;
    top:28px;
}
.frontpage-device h1{
    font-family:Gotham, sans-serif;
    color:#ffba01;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.8em;
}

.frontpage-device .arrow-left {
  background: url(../images/arrows.png) no-repeat left top ;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top:  -15px;
  width: 32px;
  height: 40px;
  z-index:2000;
}
.frontpage-device .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 32px;
  height: 40px;
  z-index:2000;
}
.frontpage-device .swiper-container {
  width: 1024px;
  height: 346px;
}
.content-slide {
  padding: 0px;
  color: #fff;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  /* KI Thumb 
  bottom:-32px;
  */
  bottom:10px;
  width: 100%;

  z-index:2000;
}

/* original buttons */
.swiper-pagination-switch {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 4px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #2070BA;
}


/* KI Thumb version
.swiper-pagination-switch {*/
  /* rounded corners */
  /*
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
*/
/*drop shadow*/
/*
-webkit-box-shadow: inset 0 0 8px #444;
-moz-box-shadow:inset 0 0 8px #444;
box-shadow: inset 0 0 8px #444;

  display: inline-block;
  width:147px; height:58px;
margin-right:8px;
margin-left: 8px;
cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}
*/
  </
-->
