/** jQuery Gallery Plugin **/
.gallery, .gallery-vyssi {
  position: relative;
  overflow: hidden;
  background:#4c3a21;
  width:545px;
  height:440px;
  border: 5px solid #4c3a21;
  border-bottom:2px solid #4c3a21;
  margin-left:20px;
}

.gallery-vyssi {
  height:495px;
}


ul.galleryBar {margin:0; padding:0;}

.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 7px;
  display:none;
}

.galleryBar li {
  position: relative;
  margin: 0 7px 15px 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
	border:1px solid #b69d7b;
	top:-5px;
	left:-26px;
}


.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 /*background-color: white;*/
/*border:1px solid yellow;*/
}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 0px;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}


