/* Nieuws Scroller */
  DIV#NieuwsScroller {
    position: absolute;
    top: 40px;
    left: 31px;
    width: 183px;
    height: 145px;
    border: none;
    overflow: hidden;
  }
  DIV.NScontent {
    width: 183px;
  
  }
  SPAN.NStitel {
    font-weight: bold;
    color: #060260;
  }
  A.NStitel {
    font-weight: bold;
    color: #060260;
  }
  A.NSleesmeer {
    color: #060260;
  }
  DIV.NSline {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(../images/bg_nieuws_scroller_line.gif);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: left center;
  }
  IMG.NSimg {
    border: 1px solid #060260;
  }
/* end Nieuws Scroller */

/* Specials Scroller */

  DIV#SpecialsScroller {
    position: absolute;
    top: 35px;
    left: 31px;
    width: 183px;
    height: 145px;
    border: none;
    overflow: hidden;
  }
  DIV.SPcontent {
    width: 183px;
  
  }
  SPAN.SPtitel {
    font-weight: bold;
    color: #BA771C;
  }
  A.SPtitel {
    font-weight: bold;
    color: #BA771C;
  }
  A.SPleesmeer {
    color: #BA771C;
  }
  DIV.SPline {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(../images/bg_specials_scroller_line.gif);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: left center;
  }
  IMG.SPimg {
    border: 1px solid #BA771C;
  }
/* end Specials Scroller */