﻿#sliderwrap1 {
  position: relative;
  background: url('../img/bg.png');
  width: 520px;
  height: 340px;
  margin: auto;
}
#sliderwrap2 {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 490px;
  height: 310px;
  background: #fff;
}
#sliderwrap3 {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 480px;
  height: 300px;
}
#slider ul, #slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider, #slider li { 
  width: 480px;
  height: 300px;
  overflow: hidden; 
  }
#slider li a { 
  display: block;
  width: 480px;
  height: 300px;
  background: transparent;
}
#prevBtn, #nextBtn { 
  display: block;
  width: 13px;
  height: 25px;
  position: absolute;
  top: 140px;
  left: -38px;
}	
#nextBtn { 
  left: 505px;
  }														
#prevBtn a, #nextBtn a {  
  display: block;
  width: 13px;
  height: 25px;
  border: 0;
  background: url('../img/pfeil_li.gif') no-repeat 0 0;	
  }	
#prevBtn a:hover, #nextBtn a:hover {  
  background: url('../img/pfeil1_li.gif') no-repeat 0 0;	
  }
#nextBtn a { 
  background: url('../img/pfeil_re.gif') no-repeat 0 0;	
  }
#nextBtn a:hover { 
  background: url('../img/pfeil1_re.gif') no-repeat 0 0;	
  }
#transparent {
  position: absolute;
  top: 230px;
  left: 0px;
  width: 480px;
  height: 70px;
  background-color: #000;
  filter:alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
  }
#infos {
  position: absolute;
  top: 240px;
  left: 15px;
  width: 450px;
  height: 60px;
  color: #fff;
  }