.photoslider {

}

.photoslider_nav {
  position: relative;
  border: solid black 1px;
  overflow: hidden;
  height: 120px;
  width: 758px;
  margin: auto;
  overflow-x:hidden;
}

.photoslider_thumbBar {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  margin: 0px;
  padding: 0px;
}

.photoslider_thumb {
  position: relative;
/*  border: solid black 1px;*/
  width: 80px;
  height: 80px;
  float: left;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
}

.photoslider_clear {
  clear: both;
}

.photoslider_main  {
  position: relative;
  width: 760px;
  padding-bottom: 5px;
  cursor: pointer;
}

.photoslider_main img {
  position: relative;
/*  border: solid #CCC 1px;*/
  display: block;
  margin: auto;
  cursor: pointer;
}

.photoslider_caption {
  font-weight: bold;
  text-align: center;
  background-color:#FFFF00;
  margin:2px 0 2px 20px;
  width:50px;
  padding: 2px;
}

.photoslider_control {
  display: none;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  margin: auto;
  height: 30px;
  width: 52px;
}

.photoslider_play, .photoslider_stop {
/*  width: 18px;
  height: 19px;
  margin: auto;
  padding: 3px;
  cursor: pointer;
  text-align: center;
  border: solid #fff 1px;
  float: left;*/
}

.photoslider_play {
/*  background: url('/gal/play_pause.gif') no-repeat 0px 0px;*/
}

.photoslider_stop {
  background: url('/gal/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
  border-bottom: solid #919191 2px;
}

  .outer1 {
    height: 598px;
    width: 758px;
    max-width: 758px;
    border: 1px solid #999999;
    display:table;
    text-align: center;
    margin: 0px 0px 5px 0;
   }
