#navigation
{
  position:absolute;
  /* width:115px; */
  top:635px;
  /* margin-left: 590px; */
}

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

#navigation a:hover
{
  /* background:#cc0035; */
}

#navigation a.sexyslider-prev
{
  visibility: hidden;
  float:left;
  /* background-image: url(../images/galleries/arrow_left.gif); */
  background-repeat: no-repeat;
}

#navigation a.sexyslider-next
{
  visibility: hidden;
  width: 1px;
  float:right;
  /* background-image: url(../images/galleries/arrow_right.gif); */
  background-repeat: no-repeat;
}

#control
{
  text-align: center;
  margin: 10px 0 0 0 ;
  z-index:10;
}

#control a
{
  /* background:#f385a2; */
  padding:0 5px;
  color:#777;
  font-size: 14px;
  font-style: italic;
  text-transform:uppercase;
  text-decoration:none;
  margin-left:3px;
}

#control a.active
{
  /* background:#d60c62; */
  color: #333;
}

#control a span
{
  /* visibility:hidden; */
}
