/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  

#slideshow {  
	width: 380px;
	height: 175px;
	background: url('../images/tlo.gif') no-repeat;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 10px 20px 15px 20px;

}

#slideshow ul {  
	margin:0;
	padding:0;
	list-style-type: none;  
	height: 1%; /* IE fix */
}  

#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;
}    
                    
          
            
/* ---------------------------------------------------- */  
/* SLIDESHOW > SLIDES 
/* ---------------------------------------------------- */  


.slides {
	margin: 0px;
	margin-bottom:200px;
	padding: 0px;
	}
	
#nav {
	position: absolute;
	left: 13px;
   bottom: 30px;
}


#slideshow ul ul.list1 {  
	padding: 0 0 0 15px;
	list-style-type: circle;  
	margin: 0;
	text-align: left;
	height: 200px;
	overflow:hidden;
} 

#slideshow ul ul.list2 {  
	visibility: hidden;
	height: 200px;
 	width: 1px;
 	color: #fff;
} 

#slideshow .slides h2 {  
	margin: 0px;
	padding: 0px;
 	font: 24px Georgia, "Times New Roman", Times, serif;	
 	color: #ff7301;
  	letter-spacing:1px;
}


#slideshow ul ul li{  
	color:  #004a1b;
	font-size: 11px;
}


#slideshow .slides p {
	margin:0px;
}

#slideshow .slides p.smallhead {
	margin: 0px 0 3px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color:#fff;
	font-weight: bold;
	background:#ff7301;
	width: 370px;
	border: 1px solid #fff;
	}

#slideshow .slides p.smallhead span.slogan {
	margin-left: 10px;

	}

#slideshow .slides p.ico {	
	visibility:hidden;
		}
#slideshow .slides p.ico img {
	visibility:hidden;
   margin: 0px 2px;
   padding: 0px;
	width: 1px;
	height: 1px;
	border: none;
	float:right;
	}	
	
#slideshow .slides p.ico img.gmo {
	width: 30px;
	}	
#slideshow .slides p.ico img.nowosc {	
	width: 40px;
	}	

#slideshow .slides a {
	color: DarkOrange;
}

#slideshow .slides img {
   margin: 0px 5px 0 0px;
	width: 100px;
	height: 100px;
	border: 1px solid #004a1b;
	float:left;
}  
#wiecej {
	position:absolute; 
	left: 300px; 
	top: 160px;
}

#wiecej a {
	width: 80px;
	height: 22px;
	display: block;
	font: 16px Georgia, "Times New Roman", Times, serif;	
	text-align: left;
	font-weight: bold;
	line-height: 22px;
 	color: #ff7301;;
	background: url('../images/wiecej.png') 100% 100% no-repeat;
}


/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  

.js #slideshow #cycle_prev{
	height: 22px;
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	background-image: url('../images/control_left.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_next{
	height: 22px;
	width: 22px;
	position: absolute;
	left: 90px;
	top: 0px;
	z-index: 999;
	background-image: url('../images/control_right.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_pause{
	height: 22px;
	width: 22px;
	position: absolute;
	left: 60px;
	top: 0px;
	z-index: 999;
	background-image: url('../images/pause.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_resume{
	height: 22px;
	width: 22px;
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 999;
	background-image: url('../images/resume.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#cycle_resume.resume,#cycle_pause.pause {
	text-decoration: underline;
} 
	

