/* Generated by KompoZer */
#gallery {
  border: 1px solid #dddddd;
  background: #eeeeee url(images/entrybg.png) repeat scroll left top;
  position: relative;
  width: 100%;
  margin-top: -1px;
  float: right;
}
#gallery ul {
  margin: 10pt 2pt 0 0;
  padding: 5px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: right;
  overflow: auto;
  width: 94%;
  font-family: verdana,tahoma,sans-serif;
  font-size: 0.7em;
}
#gallery ul li {
  border: 4px solid #444444;
  margin: 0px 0px 5px 5px;
  display: inline;
  float: left;
  cursor: pointer;
  background-position:  center center;
  width: 155px;
  height: 155px;
}
#gallery ul li img {
  display: block;
  margin-top: 2px;
  margin-left: 2px;
  width: 150px;
  height: 150px;
}
#gallery ul li span {
  display: none;
  position: absolute;
  text-align: left;
  font-family: verdana,tahoma,sans-serif;
  font-style: italic;
  font-weight: bold;
  left: 0%;
  background-color: white;
  opacity: 0.749;
  color: #996619;
  width: 100%;
  font-size: 0.9em;
  top: 82%;
}
#gallery ul li span b {
  color: #444444;
  font-weight: bold;
  text-align: left;
  font-size: 1em;
}
#gallery ul li.off {
  display: none;
}
#gallery ul li.mouseover {
  border-color: #ffcc00;
  border-width: 4px;
  background: transparent url(images/flash.gif) repeat scroll center;
  cursor: default;
  position: relative;
}
#gallery ul li.mouseover span {
  display: block;
}
