/******************************** Slide show Styles **************************/

div.slideshow{
  border: 1px solid #DDDDDD;
  margin: 20px 4px 0px 0px;
  min-height: 320px;

}

#image{
  margin: 6px;
  width: 400px;
  padding: 3px;
  float: left;
  height: 300px;
  border: 1px solid #666666;
}
#story{
  margin: 6px 0px 6px 0px;
  padding: 3px;
  float: left;
  width: 302px;
  min-height: 302px;
  background-color: #F7F7F7;
}
h3.title {
  border-bottom:1px solid #444444;
  font-size:1.1em;
  margin: 3px 8px;
}
#thumbs{                      /*http://localhost/Chamber/  */
  background: transparent url(http://www.woodstockvachamber.com/images/top_bar.jpg) repeat-x top left;
  float: left;
  padding: 0px;
  margin: 0px;
}
p.slideshow_descr{
  font-size: 8pt;
  margin: 8px 8px 3px 8px;
}
#thumb_row{                   /*http://localhost/Chamber/  */
  background: transparent url(http://www.woodstockvachamber.com/images/nav_bot_bg.jpg) repeat-x bottom left;
  height: 115px;
  width: 733px;
  text-align: center;
  margin: 0px;
}
p.thumb{
  margin: 7px 10px 0px 0px;
  width: 85px;
  float: left;
  padding: 15px 0px 0px 0px;
}

#left{
  margin: 45px 8px 0px 8px;
  float: left;
  cursor: pointer;
}
#right{
  float: right;
  margin: 45px 8px 0px 0px;
  cursor: pointer;
}
img.thumb{
  padding: 2px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
}
#active{                      /*localhost/Chamber/  */
  background: transparent url(http://www.woodstockvachamber.com/images/thumb_bg.jpg) no-repeat top center;
}
#notActive{
  background-image: none;
}

#active img.thumb{
  border: 1px solid #666666;
}

div.dirDiv{
  padding-left: 25px;
}

div.dirDiv p{
  width: 238px;
}
div.dirDiv div.group{
  float: left;
  width: 230px;
}

#activeDir,p.dir{             /*http://localhost/Chamber/  */
  background: transparent url(http://www.woodstockvachamber.com/images/openF.jpg) no-repeat top left;
  margin: 4px;
  padding: 5px 0 0 45px;
  height: 37px;
  font-size: .9em;
  font-weight: bold;
  color: #CC0000;

}

p.dir{                        /*http://localhost/Chamber/  */
  background: transparent url(http://www.woodstockvachamber.com/images/closedF.jpg) no-repeat 5px 0px;

}

p.dir a.dir{
  color: #666666;
  text-decoration: underline;
}

#activeDir a, a.dir:hover{
  color: #CC0000;
  text-decoration: none;
}


p.loading,p.st_loading{
  /*padding: 135px 0px 135px 0px;   */
  height: 320px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 13pt;
}
p.st_loading{
  height: 436px;
}


p.loading_thumbs{
  width: 758px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 13pt;
}
