#wrapper
{
  padding:0px;
  margin:0px;
  width:1000px;
  height:280px;
  overflow:hidden;
  position:relative;
  text-align:right;
  
}

#slider{padding:0px;margin:0px;text-align:right;}

#control
{
  position:relative;
  margin-top:-30px;
  z-Index:1000;
  float:right;
  text-align:right;
}

#control li{
  text-align:center;
  line-height:17px;
  float:left;
  height:20px;
  width:20px;
  border-width:1px;
  border-color:#E6E6E6;
  border-style:solid;
  background:#333333;
  margin:0 6px;
  text-transform:uppercase;
  margin-left:3px;
  font-family:"Verdana", "Arial", "Helvetica", "sans-serif";
}


#control li a{
 color:#333333;
 text-decoration:none;
}

#control li.active {
  background:#FF6600;
}

#control li.active a{
  color:#FF6600;
}

#control a.active
{
  color:#000000;
  background:#333333;
}

#control a span
{
 font-size:11px;
}