#gallery {
  height: auto !important;
  min-height:320px;
  height:320px; position:relative;
  margin-top:4px;
}
td>#gallery {height:auto;min-height:320px;}

#gallery a img {border:none;}
#gallery ul {list-style-type:none;display:block;position:relative;}
#gallery div.subgallery .subgallery {margin-left:20px;}

#gallery ul, #gallery li {position:relative;}

#gallery img.thumb {border:solid 1px #525252;}
#gallery .afterul  {clear:left;height:10px;}

#gallery #fullimage {padding:10px;border:solid 1px white;margin:10px;text-align:center;}

/*#gallery a {color:#0E557E; text-decoration:none; font-weight:bold;}*/

#gallery ul.pagenumbers {list-style-type:none; display:inline; margin:0;padding:0;margin-right:6px;}
#gallery ul.pagenumbers li {display:inline;padding:2px;margin:0;}
#gallery ul.pagenumbers a {color:#999999;}
#gallery ul.pagenumbers a.active {color:#cccccc;}
#gallery ul.pagenumbers a.active:hover{color:white;}

#lightbox .row0 {height:60px; background:#424242;}
#lightbox .row1 {height:60px; background:#525252;}
#lightbox .thumb {border:solid 1px #343434;margin:2px;margin-right:10px;}

#lightbox {height:auto !important;min-height:320px; height:320px;}

#gallery #gallery_buttons {width:500px;height:30px;padding-top:6px;padding-left:9px;}
#gallery h2 {font-size:100%;margin:3px 4px;font-weight:normal;margin-left:9px;}
#gallery #gallery_buttons .gallery_button {float:left; width:180px; font-weight:bold;}
#gallery #gallery_buttons .gallery_subject select {width:127px;}
#gallery #gallery_buttons .gallery_items   select {width:93px;}

#gallery .link_last {}
#gallery .link_next {}

#gallery ul.imagelist {
  position:relative;
  width:100%;
  list-style-type:none;
  padding:0;
  margin:0;
}

* > #gallery ul.imagelist {
  margin-left:25px;
}


#gallery ul.imagelist li.thumbnail {
  position:relative;float:left;
  text-align:center;
  /*margin:0px 14px;*/
  margin-left:20px;
  width:120px;
  margin-top:15px;
}

#gallery ul.imagelist li.thumbnail .thumbnail_image {
  height:120px;width:120px;position:relative;
}
#gallery ul.imagelist li.thumbnail .thumbnail_title {
  text-align:center;
  width:120px;
  overflow:hidden;
  line-height:15px;
  height:15px;
}
#gallery ul.imagelist li.thumbnail .thumbnail_buttons {
  width:122px;
  position:relative;
  text-align:center;
  word-spacing:3px;
  line-height:15px;
}

#gallery ul.imagelist li.lightboxed .thumbnail_image img {
  filter:alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity:0.2;
}
#gallery ul.imagelist li.lightboxed .thumbnail_image a:hover img {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity:1;
}

#gallery_nav {position:absolute;top:5px;right:0;text-align:right;}

.lightbox_button {
  background:transparent;
  text-transform:uppercase;
  width:70px;
  font-size:9px;
  font-weight:bold;
  font-family:Verdana,Arial,sans-serif;
  color:#999999;
  border:none;
  cursor:pointer;
}
.lightbox_button_2 {
  background:transparent;
  text-transform:uppercase;
  font-size:9px;
  font-weight:bold;
  font-family:Verdana,Arial,sans-serif;
  color:#999999;
  border:solid 1px #999999;
  cursor:pointer;
  position:absolute;
  bottom:290px;
  right:15px;
  /*background:#666666;*/
  width:170px;
}

#gallery select {
  background: #999999;
  font-size:10px;
}
