/* NicePopups */

.nicepopup{
 z-index:100;
}

.nicepopup .outline{
  padding: 5px;
  position: relative;
  border: #C5C3C3 dotted 1px ;
  background-color: #F8F8F8;
}




.outerImage .extrabig
{
 top: 5px; left: 5px; position: absolute; display: block; width: 553px; height: 420px; 
 /*background: url(img/img_fr.png) 0 0 no-repeat; */
}

.nicepopup a.close{
  line-height: 16px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -124px;
  overflow: hidden;
  text-decoration: none;
  width: 20px;
  height: 20px;
  z-index:102;
  background: url(img/close.png) 0 0 no-repeat;
} html>body .nicepopup a.close{ top:10px;right:10px; }

/*
.nicepopupLoading .outerImage{
  border: 1px dotted silver;
  width: 100px;
  height: 100px;
  background: url(chwileczke.png) 50% 50% no-repeat;
}

.nicepopup .prevNextBar{
  padding-top: 7px;
  text-align: center;
}

/** cienie: **/
/*
html>body .SdwTL{ background: url(sdw_tl.png) 0 0 no-repeat; }

.SdwT{ padding-top: 8px; height: 8px; }
html>body .SdwT{ background: url(sdw_t.png) 0 0 repeat-x; }

html>body .SdwTR{ background: url(sdw_tr.png) 0 0 no-repeat; }

.SdwR{ padding-left: 8px; width: 8px; }
html>body .SdwR{ background: url(sdw_r.png) 0 0 repeat-y; }

html>body .SdwBR{ background: url(sdw_br.png) 0 0 no-repeat; }

.SdwB{ padding-top: 8px; height: 8px; }
html>body .SdwB{ background: url(sdw_b.png) 0 0 repeat-x; }

html>body .SdwBL{ background: url(sdw_bl.png) 0 0 no-repeat; }

.SdwL{ padding-left: 8px; width: 8px; }
html>body .SdwL{ background: url(sdw_l.png) 0 0 repeat-y; }
*/