/* Global 
------------------------------------------- */
#main_image {
  width:703px;
  height:375px;
  margin:0px;
  padding:0px;
  
}

#main_image img {
  width:703px;
  height:342px;
}

.galnav {
  text-align:center;
  width:700px;
  text-decoration:none;
  margin:20px 0px 0px 0px;
  clear:both;
}

.caption {
  margin:5px 0px 0px 0px;
  display:block;
  font-weight:bold;
  color:#666666;
  line-height:25px;
  width:700px;
  text-align:center;
}


/* Main
------------------------------------------- */
.gallery_demo_unstyled {
  margin:0px;
  clear:both;
  width:703px;
  height:62px;
  padding:0px 0px 0px 5px;
  list-style:none;
}

.gallery_demo_unstyled img {
  display:none;
}

.gallery_demo_unstyled li {
  display:inline;
  width:128px;
  height:62px;
  float:left;
  padding:0px;
  margin:0px 6px 0px 0px;
  border:3px double #cccccc;
}


/* Downgradeability
------------------------------------------- */

.gallery_demo li a{
  display:none;
}

.gallery_demo li div img{
  cursor:pointer
}

.gallery_demo li.active div img, .gallery_demo li.active div{
  display:block
 }
  
.gallery_demo li img.thumb {
  cursor:pointer;
  display:block;
  width:auto;
  height:auto
}

* html .gallery_demo li div span{width:703px} /* MSIE bug */
