img { border: 0 }
	
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#slider-container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:170px;
		background:#fff;		
		margin-bottom:2em;
		}
		
	#slider-header{
		height:80px;
		line-height:80px;
		/**background:#5DC9E1;**/
		color:#fff;
		}				
	#slider-content{
		position:relative;
		
		}			
	#slider-foot{
		position:absolute;
		top: 280px;
		left: 20px;
		}
	#slider-foot-line {
		position:absolute;
		width: 185px;
		background: #257990;
		height: 1px;
		top: 275px;
		left: -10px;
		}		
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:170px;
		height:220px;
		overflow:hidden;
		text-align: center;		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:25px;
		height:26px;
		position:absolute;
		left:-10px;
		top:200px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:150px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:25px;
		height:26px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */



.publikacje-con {
	width: 440px;
}
.publikacje-con .t {
	width: 420px;
	margin: 0 0 10px 0;
	border: solid 1px #cccccc;
	background: #f5f5f5;
	padding: 10px;
}
.publikacje-con .t h1 {
	margin: 0 0 20px 0; 
	font: 1.7em bold Georgia,'Times New Roman',Times,serif;
}

p.spistr {
	margin: 10px 0 0 0;
}
p.spistr .btn, p.more .btn {
	margin: 0 0 10px 0;
	width: 80px;
	padding: 0 0 0 20px;
	line-height: 25px;
	display: block;
	background: url(images/button1l.png) 0 0 repeat-x;
	color: #fff;
}
p.spistr .btn .spn, p.more .btn .spn {
	padding: 0px 0 0px 0px;
	margin: 0px;
	line-height: 25px;
	display: block;
	background: url(images/button1r.png) 100% 0 no-repeat;	

}




/**
 * Lista nasze publikacje
 */
.itemsRow {
	margin: 5px auto; 
	width: 440px;
	border: 0 solid #cccccc;
	overflow: hidden;
	clear: both;
	
}
.itemsRow .img {
	width: 140px;
	float: left;
}
.itemsRow .txt {
	width: 290px;
	float: left;
	padding: 0 0 0 10px;
}
.itemsRow .txt h2 {
	margin: 0 0 10px 0; 
	font: 1.7em bold Georgia,'Times New Roman',Times,serif;
}


#items .item {
	float: left;
	position: relative;
	width: 365px;
	height: 140px;
	margin: 0 5px 10px 5px;
	/**background: url(../img/backgBoxProduct.png) left center no-repeat;**/
	background: #eee;
	border: solid 1px #666;
}
#items .item .name {
	width: 240px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 110px;
	font-weight: bold;
}
#items .item .name a {
	font-weight: bold;
	font-size: 12px;
}
#items .item .desc {
	position: absolute;
	width: 240px;
	top: 55px;
	left: 110px;
}

#items .item img {
	padding: 0 0 0 0;
	width: 100px;
	height: 120px;
}
#items .item span
{
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 160px;
	text-align: center;
	color: #000000;
	padding: 5px;
	height: 30px;
	border-bottom: 0 dotted #666666;
}
#items .item span a
{
	color: #000000;
}
 
 
 */