#wrapper
{
  width:560px;
  position:relative;
}

#navigation
{
  position:absolute;
  width:560px;
  top:74px;
  z-index:10;
}

#navigation a
{
  padding:10px;
  background:#d60c62;
  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:center;
  position: absolute;
  top:260px;
  right: 15px;
}

#control a
{
  background: transparent url(../images/slider-control-bg.png) no-repeat top left;
  display: block;
  width: 25px;
  height: 16px;
  float: left;
  color:#b6b6b6;
  text-transform:uppercase;
  text-decoration:none;
  margin-left:3px;
  font-size: 8px;
  line-height: 9px;
}

#control a.active
{
  background-position: bottom left;
  color: #fff;
}

