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

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

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

#navigation a:hover
{
}

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

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

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

#control a
{
  background:#ccffff;
  padding:0 3px;
  color:#0CF;
  text-transform:uppercase;
  text-decoration:none;
  margin-left:3px;
  display:inline;
  float:left;
  overflow:hidden;
  width:10px;
}

#control a.active
{
  background-color: #0CF;
}

#control a span
{
  visibility:hidden;
}

