<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#slider ul, #slider li,
#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li,
	#slider2, #slider2 li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:230px;
		height:241px;
		overflow:hidden;
		
		}
	#slider li, #slider2 li{ 
		
		}		
	#slider li h2. #slider2 li h2.{ 
		margin:0;
		padding-top:0px;
		}	
	#slider li p, #slider2 li p{ 
		margin:20px;
		}				
	/*span#prevBtn{}
	span#nextBtn{}	*/	
	
	#prevBtn, #nextBtn{ 
		display:block;
		width:17px;
		height:9px;
		position:absolute;
		left:202px;
		top:15px;
		z-index:1000;
		
		}	
	#nextBtn{ 
		left:220px;
		}	
		
		
	
	#slider1next, #slider1prev{ 
		display:block;
		width:17px;
		height:9px;
		position:absolute;
		left:202px;
		top:35px;
		z-index:1000;
		
		}	
	#slider1next{ 
		left:220px;
		}	
															
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:17px;
		height:9px;
		background:url(../images/btn_next.jpg) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_prev.jpg) no-repeat 0 0;	
		}	
		
		
/* nikkia */
		
		
#slider3{}	
#slider3 ul, #slider3 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider3 li{ 
	width:472px;
	height:160px;/*116*/
	overflow:hidden;
	}	
#prevBtn3, #nextBtn3{ 
	display:block;
	width:9px;
	height:17px;
	position:absolute;
	left:6px;
	top:95px;/*65*/
	}	
#nextBtn3{ 
	left:470px;
	}														
#prevBtn3 a, #nextBtn3 a{  
	display:block;
	width:9px;
	height:17px;
	background:url(../images/prev.png) no-repeat 0 0;	
	}	
#nextBtn3 a{ 
	background:url(../images/next.png) no-repeat 0 0;	
	}		
		
                
/***********************************************************************************/
#sliderx{
		width:660px !important;
		height:362px !important;
		
}
#sliderx ul, #sliderx li
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	#sliderx li
	{ 
		width:659px;
		height:362px;
		overflow:hidden;
		
		/*background:#FFF0FF;*/
	}
		
	/* Serve per non visualizzare il link al prev e next ma usare il bottone */
        .graphic3, #prevBtnx, #nextBtnx
	{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
        }	
		
	/* Bottoni */
	#prevBtnx, #nextBtnx
	{ 
		display:block;
		width:46px;
		height:206px;
		position:absolute;
		left:2px;
		top:198px;
	}	
	#nextBtnx {left:942px;}														
	#prevBtnx a, #nextBtnx a
	{  
		display:block;
		width:96px;
		height:206px;
                /*background:#fff;*/
		background:url("../images/butt_sx.png") no-repeat 0 0;	
	}	
	#nextBtnx a {background:url("../images/butt_dx.png") no-repeat 0 0;}</pre></body></html>