#popup-bg {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: .7;
}

#popup-wrap {
  position: fixed;
  background: #fff;
  z-index: 101;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 710px;
  height: 410px;
  margin: -205px 0 0 -355px;
}

#closebox {
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border: 0;
  background: url(../img/fancy_closebox.png) no-repeat;
}

#popup-contentwrap {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 700px;
  height: 400px;
}

#slider, #slider li{ 
  width: 700px;
  height: 400px;
  overflow: hidden; 
}	

#slider ul, #slider li{
  margin: 0;
  padding: 0;
  list-style: none;
}

#prevBtn { 
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 185px;
  left: -20px;
}	

#nextBtn { 
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 185px;
  right: -20px;
}	
													
#prevBtn a, #nextBtn a {  
  display: block;
  width: 30px;
  height: 30px;
  border: 0px;
  background: url(../img/fancy_left.png) no-repeat 0 0;	
}	

#nextBtn a{ 
  background: url(../img/fancy_right.png) no-repeat 0 0;	
}

#slider .transparent {
  position: absolute;
  top: 330px;
  left: 0px;
  width: 700px;
  height: 70px;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: .9;
}

#slider .infos {
  position: absolute;
  top: 350px;
  left: 20px;
  width: 660px;
  height: 40px;
  color: #fff;
}