.example {
  display: block;
  position: relative;
  padding: 5px;
  margin: 0;
}
.example ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.example li {
  display: block;
  float: left;
  margin-top: 5px;
  margin-bottom: 180px;
  margin-left: 70px;
  margin-right: 70px;
  padding: 0;
}
.example li img {
  display: block;
  margin: 0;
}
/*
.example li img:hover {
    opacity : 1.00;
    filter : alpha(opacity=100);
}
*/
.tag {
	color: #3C4348;
}

.atv, .str, .kwd, .lit {
	color: #A0D0AB;
}

.pun, .opn, .clo, .atn {
	color: #3C4348;
}

.com {
	color: #C4CDD2;
}

.microfiche-prev-button{
    position: absolute; left: -50px; top: 60px;
    display: block; 
    width: 41px; height: 55px; 
    background-image: url(../images/slider_lewo.png);
    text-indent: -9999px;
    border:none;
    background-color: transparent;
}
.microfiche-next-button{
    position: absolute; right: -50px; top: 60px;
    display: block; 
    width: 41px; height: 55px; 
    background-image: url(../images/slider_prawo.png);
    text-indent: -9999px;
    border:none;
    background-color: transparent;
}