div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 520px;
	height: 610px;
	overflow: hidden;
	text-align: right;
	margin-left:20px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		

		height:610px;
		overflow:hidden;
		float:left;
		padding:1em;
                text-align: right;
                color:#000;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		}
p.text{  margin-top:0; margin-bottom:0; color: #454545; text-decoration:none; font-size: 11px;}
a.link_portfolio { margin-top:0; color: #395395;  font-size:11px; text-decoration: none; }
p.margin42 { margin-left:42px; }
#tytul_prj h1 {
margin:0px;
font-size: 20px;
color: #1C90DB;
text-align:right;
text-shadow: 2px 2px 1px #86CFFF;
}
.okno {
 	display:block;
	float:left;
	text-align:center;
	width:182px;
	height:115px;
 }
.okno_img {
          height:114px;
 }
.okno_img img{
	border: 1px #CFCFCD solid;
	margin: 6px;
 }

