#gallerySlide {
  padding-top: 10px;
  height: 120px;
  border-top:solid 1px #606060;
  background-color:#EEEFFF;  
}

#galleryImageCaption {

/*  padding-left: 27px;
  padding-right: 27px;*/
  font-size: 12px;
  color: #030303;
}

#galleryOuterBox {
  overflow: hidden;
  position: relative;
  width:90%;

 /* 
  float: left;
  margin-left: 10px;
  margin-right: 50px;
  width:100%;
*/
}

#galleryOuterBox br {
  clear: both;
}

#galleryInnerBox {
  width: 500%;
  font-size: 12px;
  color: #030303; 
  text-align: center;

}

#galleryInnerBox img {
  border: 1px solid #CCC;
}

#galleryInnerBox a {
  padding-right: 7px;
  padding-left: 7px;
}

#galleryScrollPrevious {
  padding-right: 4px;  
  float: left;
}

#galleryScrollPrevious a {  
  cursor: pointer;  
}

#galleryScrollPrevious img {  
  border: none;  
  height: 16px;
}

#galleryScrollNext {
  padding-left: 4px;   
  float: right;
}

#galleryScrollNext a {  
  cursor: pointer;  
}

#galleryScrollNext img {  
  border: none;  
  height: 16px;
}

#galleryIEHack {
  padding: 0px;
}

#galleryInnerBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display:inline;
}

#galleryInnerBox li {
  float: left;  
}

#galleryPager { 
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;  
  font-size:12px;     
}

/*#galleryPager a {  
  font-weight: bold;
  text-decoration: underline;
}
*/

#largeImage {

  width:100%;  
  background-color:#EEEEEE;
  color:#FFFFFF;  

  margin-bottom:30px;
  padding-top: 20px;
  padding-bottom: 20px;
  
  border-top:solid 1px #606060;
  border-bottom:solid 1px #606060;
  clear:left;
  text-align:center;
  
  height: 100%; 
  opacity: 0.9;
  filter:alpha(opacity:90);
}

#largeImage img {
  border: 1px solid #333;	
  opacity: 0.9;
  filter: alpha(opacity:90);
}

#galleryFolder {
  padding-left: 10px;
  padding-right: 10px;
  /*width: 100%;
  height: 100%;*/
  color: #030303;   
}

#galleryFolder a{ border: 0px; color: #000; text-decoration:none}
#galleryFolder a:visited { border: 0px; color: #000; text-decoration:none}
#galleryFolder a:hover { border: 0px; color: #000; text-decoration:none}

#galleryFolder img { border: 0px;}

#galleryFolder ul {
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  display:inline;
}

#galleryFolder li {
  padding:5px 5px 5px 35px;
  float: left;  
}
