#navigation
{
	position: absolute;
	width: 800px;
	top: 161px;
	z-index: 10;
	left: 0px;
	height: 3px;
}

#navigation a
{
  padding:10px;
  background: #F00;
  color: #FFF;
  text-transform:uppercase;
  text-decoration:none;
}

#navigation a:hover
{
  background: #F66;
}

#navigation a.sexyslider-prev
{
  float: left;
}

#navigation a.sexyslider-next
{
	
  float:right;
}

#control
{
  text-align:right;
  margin-top:5px;
}

#control a{
  background: #F66;
  padding:0 3px;
  color:#FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
  margin-left:3px;
}

#control a.active
{
  background: #F00;
}

#control a span
{
  visibility:hidden;
}
