div#strona form.slajd {
    position: relative;
    margin: 30px auto 30px auto;
    padding: 20px;
    text-align: center;
	width:875px;
}

.slajd_src { cursor: pointer; box-shadow: 3px 3px 10px #404040; }

img._b { position: relative; z-index: 3; border: 1px solid #d6d6d6; box-shadow: 3px 3px 10px #000000; }
img._p { position: absolute; z-index: 1; left: 20px;  top: 100px; opacity: 0.5; width:420px; }
img._n { position: absolute; z-index: 2; right: 20px; top: 100px; opacity: 0.5; width:420px; }
img._p:hover, img._n:hover { opacity: 0.8; }

.slajd_nazwa { margin: 30px 0 18px 0; padding-bottom: 6px; border-bottom: 1px solid #969696; }
.slajd_opis  { text-align: justify; }
