/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  height: 450px;
  padding:0 0 2px 0;
  
}
.galleryContent
{
   
}
.galleryContent img
{
    border:4px #032d50 solid;

}
.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 7px;
  display:none;
}
.galleryBar li {
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
  list-style: none;
  text-align:center;
  
}
.thumbnail 
{
    border:2px #032d50 solid;
    display:block;
    width:131px;
    height:88px;
}
.galleryBar img
{
border:none;
width:131px;
height:88px;

}
.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
}
.galleryInfo {
 background-color: transparent;
 color: #000;
 padding: 12px;
 margin:70px 0 0 0;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}
.galleryDesc
{
font-size:12px;
line-height:15px;
}
