#wrapper
{
  background: #FFFFFF; position:absolute; top: 192px;  width:710px; height:115px; padding: 0px;
}

#navigation
{
  position:absolute;
  width:710px;
  top:140px;
  z-index:10;
}

#navigation a
{
  font-family:Verdana, Geneva, sans-serif;
  font-size: 0.75em;
  padding:10px;
  background:#FFFFFF;
  color:#000000;
  text-transform:uppercase;
  text-decoration:none;
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}

#navigation a:hover
{
  background:#FFFFFF;
   /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

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

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

#control
{ position:relative;
  text-align:right;
  top: -45px;
  right:23px;
  z-index:100;
}

#control a
{
  background:#99deae;
  padding:0 5px;
  color:#FFFFFF;
  font-size:17px;
  text-transform:uppercase;
  text-decoration:none;
  margin-left:8px;
     /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;

}

#control a.active
{
  background:#99deae;
     /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}

#control a:hover
{
  background:#99deae;
     /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
	
}

#control a span
{
  visibility:hidden;
}

