/* DynamicGallery CSS */

#DynGallery {
  display: block;
  position: relative;
  background: #eaeaea;
  text-align: center;
}

#DynGallery div.DynGalleryItem {
  border: 1px #fff solid;
  display: block;
  position: relative;
  margin: 2px;
  padding: 2px;
  float: left;
  font-size: 7pt;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  height: 135px;
  width: 125px;
}

#DynGallery div.DynGalleryItem:hover {
  background: #ddd;
  border: 1px #aaa solid;
}

#DynGallery div.DynGalleryItem a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 200px;
}

#DynGallery div.DynGalleryItem a img {
  border: 0px;
  position: relative;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 200px;
}

#DynGallery div.DynGalleryItem a, #DynGallery div.DynGalleryItem a:link, #DynGallery div.DynGalleryItem a:visited, #DynGallery div.DynGalleryItem a:active {

  color: #444b4e;
  text-decoration: none;
  text-align: center;
}


#DynGallery div.DynGalleryItem div.DynGalleryItemImage {
  width: 125px;
  height: 115px;
  display: block;
  position: relative;
}

#DynGallery div.DynGalleryItem div.DynGalleryItemImage img {
  border: 1px #aaa solid;
  padding: 2px;
  position:absolute;
  top:8%;
  left:8%;
  right:8%;
  bottom:8%;
  margin:auto;
}

#DynGallery div.DynGalleryItem:hover div.DynGalleryItemImage img {
  border: 1px #fff solid;
}

#DynGallery div.DynGalleryItem div.DynGalleryItemCaption {
  width: 125px;
  height: 20px;
  display: block;
  position: relative;
}

#DynGallery div.DynGalleryItem div.DynGalleryItemCaption span {
  font-size: 7pt;
  font-weight: bold;
  color: #444b4e;
  width: 125px;
  height: 25px;
  display: block;
  line-height: 150%;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:8%;
  margin:auto;
}

#DynGallery div.DynGalleryItem:hover div.DynGalleryItemCaption span {
  color: #e1630f;
}