

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

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

#navigation a:hover
{
  background: #06F;
}

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

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

#control{
	position:relative;
	top:220px;
	left:10px;
}

#control a
{
  background:rgba(2,11,126,1.00);
  padding:0 3px;
  color:rgba(25,40,224,1.00);
  text-transform:uppercase;
  text-decoration:none;
  margin-left:3px;
}

#control a.active
{
  background:rgba(4,159,203,1.00);
}

#control a span
{
  visibility:hidden;
}
