.gal_holder {
  width:790px;
  float:right;
 }

#main_image{
  width:585px;
  height:455px;
  float:right;
  margin: 0px 0px 20px 0px;
}

#main_image img{
  padding:3px;
  border:3px double #cccccc;
  float:right;
}

.gallery_demo_unstyled {
  height:65px;
  width:200px;
  height:325px;
  float:right;
}


.gallery_demo_unstyled img {
  padding:3px;
  border:3px double #cccccc;
  display:none;
}

.gallery_demo_unstyled {
  list-style:none;
  margin:0px;
  width:200px;

}

.gallery_demo_unstyled li {
  list-style:none;
  cursor:pointer;
  display:block;
  width:85px;
  height:65px;
  float:left;
  padding:0px;
  border:none;
  margin:0px 14px 14px 0px; 
}

.gallery_demo li img{
  padding:0px;
  border:3px solid #cccccc;
}

.galnav {
  font-weight:bold;
  left:160px;
  width:130px;
  text-decoration:none;
}

.gallery_demo li img.thumb {
  cursor:pointer;
  top:auto;
  left:auto;
  display:block;
  width:auto;
  height:auto
}

.gallery_demo li div{
  position:absolute;
  top:0px;
  left:0px;
}


.caption {
  line-height:30px;
  width:570px;
  display:block;
  font-weight:bold;
  color:#666666; 
  text-align:center;
}

* html .gallery_demo li div span {width:570px;} /* MSIE bug */

