/** jQuery Gallery Plugin **/
#gallery-container {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}

.gallery .galleryContent {
    width: 100% !important;
}

.galleryBar {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  /*margin: 0;*/
  padding: 0 7px;
  display:none;
  margin-bottom: 10px;
  width: 100% !important;
}

.galleryBar li {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0px;
  overflow: hidden;
  float: left;
  list-style: none;
}

.galleryBar img {
  border-color: #ffffff;
}

.galleryScreen {
  position: absolute;
  background-color: #222;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}

.galleryInfo {
  background-color: transparent;
  color: #fff;
  padding: 12px;
}

.galleryTitle {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.galleryDesc {
  font-family: Arial;
  font-size: 12px;
}

.galleryCalloutBox { 
  display: none;
  background-color: #ffffff;
  position: relative;
  height: 125px;
  width: 440px;
  margin-top: -152px;
  margin-bottom: 30px;
  margin-left: 80px;
  padding: 12px 12px 12px 12px;
  z-index: 1002;
  /*font-family: 'Times New Roman';*/
  font-size: 20px;
  /*font-weight: bold;*/
  letter-spacing: -1px;
}

#galleryCalloutText {
  font-family: 'Times New Roman';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px; 
}

#learnMoreButton {
  display: none;
  position: relative;
  height: 14px;
  width: 75px;
  margin-left: 400px;
  margin-top: -65px;
  padding: 6px 9px 6px 9px;
  background-color: #F26522;
  font-size: 14px;
  color: #FFFFFF;
  z-index: 1003;
  cursor: pointer;
}

#learnMoreButton:hover { 
  background-color: #26211D;
  color: #FBAF5D;
  text-decoration: none;
}

a.learnMoreButton { 
  text-decoration: none;
  color: #26211D; 
}

a.learnMoreButton:hover { 
  text-decoration: none;
  background-color: #26211D;
  color: #FBAF5D; 
}