
/* apply the gallery design - links slider */
#gallery_container 
{
  width: 679px;
  height: 170px;
  margin: 10px auto 10px;
  background: #ffffff;
  padding: 0px 0px 0px;
  display:block;
  position:relative;
}
/* the width is set to show the number of thumbnails that will be visible */

#thumb_container
{
  position: relative;
  overflow: hidden;
  width: 659px;
  height: 170px;
  margin: 0px auto 0px;
}
/* the thumbnails container */

#thumbs
{
  white-space: nowrap;
  display: block;
  position: relative;
}

#thumbs a
{
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

#thumbs a img
{
  border: 0px #333333 solid;
}



/* the forward and backward buttons */
.addfwd
{
  display: block;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 170px;
  top: 0px;
  right: 0px;
  background-color: #ffffff;
  background:url(../images/slider_forward.png) no-repeat;
  background-position: left center;
}

.addbkwd
{
  display: block;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 170px;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  background:url(../images/slider_backward.png) no-repeat;
  background-position: right center;
}
/* thumbnail slider end */

