#wrapper
{
  width:650px;
  position:relative;
}

#navigation
{
  position:absolute;
  width:650px;
  top:0px;
  z-index:10;
}

#navigation a
{
  padding:2px;
  background:#F60;
  color:#FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
}

#navigation a:hover
{
  background:#cc0035;
}

#navigation a.sexyslider-prev
{
  float:left;
}

#navigation a.sexyslider-next
{
  float:right;
}

#control
{
  text-align:right;
  margin-top:5px;
}

#control a
{
  background:#F60;
  padding:0 10px;
  color:#FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
  margin-left:0px;
}

#control a.active
{
  background:#ffffff;
}

#control a span
{
  visibility:hidden;
}