@charset "utf-8";
/* CSS Document */
#slider{
	width:1000px;
	margin:0; margin-bottom: 10px;
	padding:0px;
	height: 350px;
	position:relative;
		border:0px solid #fff;

	 box-shadow: 0 3px 3px -3px #222;/

	background:#bebebe;

}

#slider .ops{
    position: absolute;
    bottom:0px; left:0px;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    color:#fff; padding: 20px;
    width: 100%;
}

#slider .tytul{
	z-index: 9999;
	font-size: 20pt;
}

#slider .tytul:hover{
text-decoration:underline;
}



#slider .autor{
	z-index: 9999;
	font-size: 12pt;
}
#slider .autor:hover{
text-decoration:underline;
}

#slider ul, #slider li {
    margin:0;
    padding:0;
    list-style:none;
}
#slider li {
	width:1000px;
    height:350px;
    overflow:hidden;
    background-repeat: no-repeat;
}
#slider li a {
    text-decoration: none;
    display: block;
    height: 350px;
    width:1000px;
}/* 41 91 */

#prevBtn, #nextBtn {
    display:block;
    margin:0;
    overflow:hidden;
    width:100px;
    height:100px;
    position:absolute;
    left:25px;
    top:140px;
    z-index: 100;
}
#nextBtn {
    left:950px;
	 
}
#prevBtn a, #nextBtn a {
    display:block;
    width:50px;
    height:200px;
    
}


#spayn{ background-image: url(../images/alpha.png) repeat-x bottom left;  
color:#fff;
    background-color: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
	
}