
/* ==========GALLERY LIST STYLES========== */

#listGalleries {
  margin: 0px auto;
  list-style-type: none;
}

div.galleryItemWrapper {
  display: block;
  margin: 20px 0px;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/css/PIE.htc);
}

#listGalleries .galleryFolderImage {
  float: left;
  padding: 5px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}

#listGalleries .galleryDescription {
   width: 250px;
   padding: 0px 5px;
   display: block;
   color: #666666;
   float: right;
 }

#listGalleries .galleryDescription .galleryTitle {
  font-size: 1em;
}

#listGalleries .galleryItemWrapper:hover {
  border: 1px solid #eeeeee;
}

/* ==========LIST THUMBNAILS STYLES========== */

#listThumbnails {
  display: block;
  margin-top: 20px;
  list-style-type: none;
}

#listThumbnails .galleryImage {
  display: block;
  float: left;
  margin: 1px 6px 6px 0px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

#listThumbnails .galleryImage:hover {
  border: 1px solid #dddddd;
}

#last .galleryImage {
  margin-right: 0px;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

