/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold { 
	position:relative; overflow:hidden;
	width:550px; height:150px; 
  z-index:100; 
	}
.autorzy_2 div#hold {
	height: 280px !important;
}	
	
div#wn { 
	position:absolute; 
	left:0px; top:0px; 
	width:550px; height:200px; 
	clip:rect(0px, 530px, 200px, 0px);
	overflow:hidden;	
	z-index:1; 
	}
.autorzy_2 div#wn {
	height:370px !important; 
	clip:rect(0px, 530px, 370px, 0px) !important;	
}	
	
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px;
	padding-right: 20px;
	padding-bottom: 60px;
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:150px; 
  font-size:1px; z-index:1;
  }
.autorzy_2 div#scrollbar {
	height: 250px !important;
}  
  
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:126px;
  background: url("gfx/track.gif") #fff repeat;
  z-index:1;
  }
.autorzy_2 div#track {
	height: 226px !important;
} 
  
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#7F7F7F;
  z-index:1;
  cursor: pointer;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */  

	

div.content { text-align:left }
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks, td#scrollLinks_2  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }

.autorzy div#hold {
	height: 130px;
}

.autorzy div#wn	{ 
	height:110px;
	margin-top: 10px;
	clip:rect(0px, 530px, 110px, 0px); 
}

.autorzy div#scrollbar { 
  height:110px; 
}

.autorzy div#track { 
  height:86px;
 }


div#hold_2	{ 
	position:relative; overflow:hidden;
	width:782px; height:110px; z-index:100
	}
div#wn_2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:782px; height:92px; 
	clip:rect(0px, 784px, 92px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr2	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar_2 { 
  position:absolute; left:0; top:100px;
  width:782px; height:11px;
  font-size:1px; z-index:2
  }
div#track_2 { 
  position:absolute; left:12px; top:0;
  width:760px; height:11px; z-index:1;
  background: url("gfx/track.gif") #fff repeat;
  }
div#dragBar_2 {
  position:absolute; left:1px; top:1px;
  width:20px; height:9px; z-index:1;
  background-color:#7F7F7F;
  cursor: pointer;
  }  
div#left { position:absolute; left:0; top:0; z-index:2 }  
div#right { position:absolute; right:0; top:0; z-index:3 }