.gallery-shadow {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:#000000;
}

.thumb-bar {
  position:fixed;
  bottom:10px;
  left:50%;
  height:90px;
  overflow:hidden;
  
  
}

.thumb-bar-left {
  float:left;
  width:50px;
  height:90px;
  background:url('./../images/arrow-left.png') center center no-repeat;
  cursor:pointer;
}

.thumb-bar-right {
  float:right;
  width:50px;
  height:90px;
  background:url('./../images/arrow-right.png') center center no-repeat;
  cursor:pointer;
}

.thumb-bar-center {
  margin-right:50px;
  margin-left:50px;
}

.thumb-bar-item {
  display:block;
  float:left;
  width:80px;
  height:80px;
  padding:5px;
  text-align:center;
  background:url('./../images/loading.gif') center center no-repeat;
  cursor:pointer;
  
}

.thumb-bar-item img {
    width:80px;
    height:80px;
    
}

.active-item {
  background:#A6A6A6 url('./../images/loading.gif') center center no-repeat;

}

.main-picture {
  background:#000000 url('./../images/loading.gif') center center no-repeat;
  border:2px  groove silver;
  position:fixed;
  min-width:200px;
  min-height:150px;
  top:50%;
  left:50%;
  margin-top:-100px;
  margin-left:-75px;
  
  
}

.main-picture img {
  cursor:help; 
}

.gallery-description {

  border:2px groove black;
  background-color:white;
  position:fixed;
  display:none;
  max-width: 300px;
  padding:5px;
}