/* --- FONT --- */

div#slider-box, p, a, a:hover {
  /*font-family: Arial;*/
  font-size: 12px;
}

div.slide1 {
  width: 410px;
  height: 235px;
  margin-right: 1px;
  float: left;
}

div.slide2 {
  width: 407px;
  height: 235px;
  background: #e5e5e5;
  margin-right: 1px;
  float: left;
}

div.slide3 {
  padding: 10px 40px;
}

/* --- OVERORDNET --- */

div#vis-galleri {
  width: 980px;
  padding: 0;
}

/* --- SLIDER --- */

div#slider-box {
  height: 235px;
}

div#slider-box div.forrige {
  width: 80px;
  height: 235px;
  float: left;
  background: url(/media/slide_left.jpg) top left no-repeat;
  cursor: pointer;
}

div#slider-box div.naeste {
  width: 80px;
  height: 235px;
  float: left;
  background: url(/media/slide_right.jpg) top left no-repeat;
  cursor: pointer;
}

div#slider-box div.kontainer {
  width: 818px;
  height: 235px;
  float: left;
  margin: 0 1px;
  overflow: hidden;
}

div#vis-galleri div.billeder img {
  -ms-interpolation-mode: bicubic;
  width: 410px;
  height: 235px;
  display: inline;
}
