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

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

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

#navigation a:hover
{
  background:#2c2e34;
}

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

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

#control
{
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;

}

#control a
{
  background-image: url(../imgs/imgBoxLight.gif);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  padding: 3px;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  border: 0px;
}

#control a.active
{
  background-image: url(../imgs/imgBoxDark.gif);
  background-repeat: no-repeat;
}

#control a span
{
  visibility:hidden;
}

#control-container
{
	margin-left: auto;
	margin-right: auto;
	width: 969px;
}