/* styles for the ImageGalleryPlugin */

/* container of the gallery */
.igp {
  width:75%;
  padding:5px;
  text-align:center;
  background-color: #fff !important;
}

/* container of the thumbnails */
.igpThumbNails {
  text-align:center;
  padding:5px;
  width:100%;
  background-color: #fff;
  border: 0px dashed #fff !important;
}
/* table of thumbnails */
.igpThumbNailsTable {
  text-align:center;
  width:100%;
  background-color: #fff;
  border: 0px dashed #fff !important;
}


.igpThumbNailsTable tr, .igpThumbNailsTable td {
  text-align: center;
  border:0px dashed #fff !important;
  background-color: #fff;
  margin:0;
  padding: 2px;
}


/* one thumbnail */
.igpThumbNail {
  vertical-align:bottom;
  width:25%;
  padding-top:5px;
  background-color: #fff !important;
  border:0px dashed #fff !important;
}

.igpThumbNail td {
  text-align: center;
  border:0px dashed #fff !important;
  background-color: #fff;
  margin:0;
  padding: 2px;
}

.igpThumbNail a {
  border:0px dashed #fff !important;
}

.igpThumbNail img {
  border:0px dashed #fff !important;
  background-color: #fff !important;
}

/* title of a thumbnail */
.igpThumbNailTitle {
  font-size:small;
  vertical-align:top;
  background-color: #fff !important;
}

/* table in single-image mode */
.igpPictureTable {
  text-align:center;
  width:100%;
}

/* single image */
.igpPicture {
  text-align:center;
  padding:10px;
}
.igpPicture img {
  border:0px;
}

/* title describing the image */
.igpPictureTitle {
  text-align:center;
}

/* navigation */
.igpNavigation {
  text-align:center;
}

/* red dot span */
.content h2 .igpRedDot a,
.content .igpRedDot a,
h2 .igpRedDot a,
.igpRedDot a {
  color:red;
  font-weight:bold;
  font-size:small;
  text-decoration:none;
}

/* error messages */
.igpAlert {
  color:red;
  font-size:0;
}

