/* CSS Document */

#SlideNavBox h1 {
  color: #404080;
  font-size: x-small;
}

#SlideNavBox {
  width: 640px;
  text-align: center;
  font-size: x-small;
}

#SlidePrevBox {
  float: left;
  width: 61px;
  height: 47px;
}

#SlideNextBox {
  float: right;
  width: 61px;
  height: 47px;
}

div.SlideNavPrev_Normal
{
  background-image: url(../Images/Buttons/SlidePrev_Normal.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 61px;
  height: 47px;
}


div.SlideNavPrev_Over
{
  background-image: url(../Images/Buttons/SlidePrev_Over.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 61px;
  height: 47px;
}

div.SlideNavNext_Normal
{
  background-image: url(../Images/Buttons/SlideNext_Normal.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 61px;
  height: 47px;
}

div.SlideNavNext_Over
{
  background-image: url(../Images/Buttons/SlideNext_Over.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 61px;
  height: 47px;
}