/* ogólne -----------------------------------------------------------------------*/
div.gallery {
  float: left;
  display: inline;
  width: 160px;
/*  height: 643px;*/
  color: #000000;
  font-size: 10px;
}

div.gallery img {
  border: 0;
}

div.gallery a {
}

/* sekcje -----------------------------------------------------------------------*/
div.gallery div.thumbSect {
  float: left;
  display: none;
  width: 160px;
}

div.gallery div.imgSect {
  float: left;
  display: none;
  width: 420px;
}

/* miniaturki -----------------------------------------------------------------------*/
div.gallery div.thumbSect div.content {
  float: left;
  width: 160px;
/*  height: 630px;*/
}

div.gallery div.thumbSect div.content div.breaker {
}

div.gallery div.thumbSect div.content div.list {
  float: left;
  width: 133px;
  margin-left: 13px;
}

div.gallery div.thumbSect div.content div.list div.thumb {
  float: left;
  width: 133px;
  height: 124px;
  padding-bottom: 2px;
  text-align: center;
}

div.gallery div.thumbSect div.content div.list div.thumb div.label {
  float: left;
  width: 133px;
  height: 14px;
  padding-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

div.gallery div.thumbSect div.content div.list img {
  border-width: 0px;
  padding: 0px;
  cursor: pointer;
  opacity: .8;
  filter: alpha(opacity=80);
}

div.gallery div.thumbSect div.content div.list img.over {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* nawigacja miniaturek -----------------------------------------------------------------------*/
div.gallery div.thumbSect div.navi {
  text-align: center;
}

div.gallery div.thumbSect div.navi div {
  display: inline;
}

div.gallery div.thumbSect div.navi a.showPrev {
  float: left;
  color: #d13700;
  text-decoration: none;
  height: 13px;
  background-image: url(/img/layout/button_arr_left.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}

div.gallery div.thumbSect div.navi a.showNext {
  float: right;
  color: #d13700;
  text-decoration: none;
  height: 13px;
  background-image: url(/img/layout/button_arr_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
}

div.gallery div.thumbSect div.navi a:hover {
  color: #ff6c3f;
}

