@charset "UTF-8";
/* CSS Document */

a img
{
  border: 0 none;
}

/*  Slider
================*/
#wrapper
{
  font-size: 22px;
  font-family: Tahoma, Geneva, sans-serif;
  width: 814px;
  position: relative;
}

#navigation
{
  position: absolute;
  width: 814px;   /* This has to match the width of your slider so the navigation can line up with the edge   */
  top: 106px;
  z-index: 10;
}

#navigation a
{
	padding: 5px;
}

#navigation a:hover
{
}

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

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