#title {
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  background: #111;
  color: #fff;
  padding: 3px 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

#ns-firstwrap {
  position: relative;
  margin: auto;
  width: 500px;
  height: 220px;
  background: url('../img/bg.png');
}
#ns-secondwrap {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 460px;
  height: 160px;
  background: #fff;
}	
#newsslider { 
  position: absolute;
  top: 15px;
  left: 15px;
  width: 430px;
  height: 130px;
  overflow: hidden; 
}
#newsslider ul, #newsslider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#newsslider li { 
  width: 430px;
  height: 130px;
  overflow: hidden; 
}
#prevBtn, #nextBtn, #prevBtn-disabled, #nextBtn-disabled { 
  display: block;
  width: 13px;
  height: 25px;
  position: absolute;
  top: 70px;
  left: -40px;
}	
#nextBtn, #nextBtn-disabled { 
  left: 487px;
}														
#prevBtn a, #nextBtn a {  
  display: block;
  width: 13px;
  height: 25px;
  border: none;
  background: url(../img/pfeil2_li.gif) no-repeat 0 0;	
}	
#nextBtn a { 
  background:url(../img/pfeil2_re.gif) no-repeat 0 0;	
}
#prevBtn-disabled {
  background:url(../img/pfeil_li.gif);
}
#nextBtn-disabled {
  background:url(../img/pfeil_re.gif);
}