

/* HEADER */
#header{
  height:239px;
  width:474px;
  position:relative;
}
#slider {
  width:474px!important;
  height:239px;
}

#slider img{
    display:none;
}

.nojs #slider {
  width:474px;
  height:239px;
  overflow:hidden
}

#frame-slider-top{
  background-image:url(../images/frame-slider.png);
  background-repeat:no-repeat;
  height:15px;
  width:474px;
  position:absolute;
  z-index:100;
  top:0;

}
#frame-slider-bottom{
  background-image:url(../images/frame-slider.png);
  background-repeat:no-repeat;
  height:15px;
  background-position:0 -385px;
  width:940px;
  position:absolute;
  z-index:100;
  bottom:47px;

}
#slider a.slidelink{
  display:block;
  width:940px;
  height:400px;
  z-index:101 !important;
  position:absolute;
  
}

