/* galeria ogólne -----------------------------------------------------------------------*/
#page .content div.gallery {
  display: inline;
  float: left;
  width: 480px;
  padding: 0px;
  margin: 0px 0px 0px 71px;
  color: #000000;
  font-size: 10px;
}

.content div.galleryLayered {
  width: 150px;
  height: 150px;
/*  height: 180px;*/
  margin: 0px 10px 10px 0px;
/*  background: url(/binaries/img/gallery_back.gif) no-repeat center bottom;*/
}

td.wrCol1bmR div.galleryLayered {
  margin-right: 0px;
}

.content div.galleryLayered div.thumbGallery {
  width: 150px;
  height: 150px;
/*  height: 180px;*/
  overflow: hidden;
  cursor: pointer;
}

#page .content div.gallery div {
  display: inline;
  float: left;
}

div.gallery img {
  border-width: 0px;
}

div.gallery a,
div.gallery a:hover {
  color: #aeaeae;
  cursor: pointer;
}

div#pageGalLid {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 100%;
  background-color: #888888;
  z-index: 200;
}

/* galeria sekcje -----------------------------------------------------------------------*/
div.gallery div.thumbSect {
  display: none;
  width: 480px;
}

div.galleryLayered div.thumbSect {
  position: absolute;
  width: 802px;
  padding: 10px 0px;
  z-index: 250;
  background-color: white;
}

div.gallery div.imgSect {
  display: none;
  border: 1px solid #cccccc;
  background-color: white;
  z-index: 300;
}

/* galeria miniaturki -----------------------------------------------------------------------*/
div.gallery div.thumbSect div.content {
  width: 480px;
  margin-top: 10px;
}

div.galleryLayered div.thumbSect div.content {
  width: 802px;
}

div.gallery div.thumbSect div.content div.breaker {
}

div.gallery div.thumbSect div.content div.list {
  width: 480px;
}

div.galleryLayered div.thumbSect div.content div.list {
  width: 802px;
}

div.gallery div.thumbSect div.content div.list div.thumb {
  width: 152px;
  padding-bottom: 4px;
  margin-left: 7px;
  text-align: center;
}

div.gallery div.thumbSect div.content div.list div.thumb div.label {
  width: 132px;
  height: 20px;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

#page div.gallery div.thumbSect div.content div.list div.thumb img {
  display: inline;
  float: left;
  width: 150px;
  height: 150px;
  border: 1px solid black;
  background: white no-repeat center;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

div.gallery div.thumbSect div.content div.list div.thumb img.over {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* galeria nawigacja miniaturek -----------------------------------------------------------------------*/
div.gallery div.thumbSect div.galNavi {
  text-align: center;
}

div.gallery div.thumbSect div.galNavi div {
}

div.gallery div.thumbSect div.galNavi a {
  font-size: 11px;
  font-weight: bold;
}

#page div.gallery div.thumbSect div.hideThumbSect {
  display: inline;
  float: right;
  clear: both;
  padding-bottom: 5px;
}

#page div.gallery div.thumbSect a.hideThumbSect {
  display: inline;
  float: left;
  height: 16px;
  padding: 0px 14px 0px 0px;
  margin: 0px 5px 5px 0px;
  background: url(/binaries/img/ico_gal_close.gif) no-repeat right;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

#page div.gallery div.thumbSect div.galNavi a.showPrev {
  display: inline;
  float: left;
  height: 16px;
  padding-left: 10px;
  margin-left: 7px;
  background: url(/binaries/img/ico_gal_prev.gif) no-repeat left 4px;
  text-decoration: none;
}

#page div.gallery div.thumbSect div.galNavi a.showNext {
  display: inline;
  float: right;
  height: 16px;
  padding-right: 10px;
  margin-right: 7px;
  background: url(/binaries/img/ico_gal_next.gif) no-repeat right 4px;
  text-decoration: none;
}

div.gallery div.thumbSect div.galNavi a:hover {
  text-decoration: underline;
}

/* galeria powiększenie -----------------------------------------------------------------------*/
div.gallery div.imgSect div.content {
  width: auto;
  clear: both;
  text-align: center;
  overflow: auto;
}

div.gallery div.imgSect div.content img {
  padding: 5px;
}

div.gallery div.imgSect div.content div.breaker {
}

div.gallery div.imgSect div.label {
  clear: both;
  width: 100%;
  padding-bottom: 10px;
  font-size: 12px;
  overflow: hidden;
}

div.gallery div.imgSect div.label div {
  clear: both;
  width: 100%;
  text-align: center;
}

/* galeria nawigacja powiększenia -----------------------------------------------------------------------*/
div.gallery div.imgSect div.galNavi {
  clear: both;
  width: 100%;
  height: 30px;
}

div.gallery div.imgSect div.galNavi div {
  clear: both;
  width: 100%;
  text-align: center;
}

div.gallery div.imgSect div.galNavi a {
  font-size: 11px;
  font-weight: bold;
}

#page div.gallery div.imgSect div.galNavi a.hideImgSect {
  display: inline;
  float: right;
  height: 16px;
  padding: 0px 14px 0px 0px;
  margin: 5px 10px 0px 0px;
  background: url(/binaries/img/ico_gal_close.gif) no-repeat right;
  text-decoration: none;
}

div.gallery div.imgSect div.galNavi a.showPrev {
  height: 16px;
  padding-left: 10px;
  margin-right: 10px;
  background: url(/binaries/img/ico_gal_prev.gif) no-repeat left 4px;
  text-decoration: none;
}

div.gallery div.imgSect div.galNavi a.showNext {
  height: 16px;
  padding-right: 10px;
  margin-left: 10px;
  background: url(/binaries/img/ico_gal_next.gif) no-repeat right 4px;
  text-decoration: none;
}

div.gallery div.imgSect div.galNavi a:hover {
  text-decoration: underline;
}
