	/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
	/* end defaults for all examples */
	
.kwicks {
	margin: 1px 0 0 1px;
}

.kwicks li {
	float: left;
	width: 198px;
	height: 600px; 			/* ALTEZZA */
}	

.kwicks .handle {		/* sono i tab */
	display: block;
	float: left;
	text-indent: -9999px;
	width: 58px;				/* width + bordi + margini = 58 */
	height: 600px;	 		/* ALTEZZA UGUALE A QUELLA SOPRA*/
	padding: 0;
	margin:0;
	background: transparent url(../img/buttons.png) -290px 0 scroll no-repeat;
	overflow: visible;
}

#second{
	background: transparent url(../img/buttons.png) -348px 0 scroll no-repeat;
}
#third{
	background: transparent url(../img/buttons.png) -406px 0 scroll no-repeat;
}
#fourth{
	background: transparent url(../img/buttons.png) -464px 0 scroll no-repeat;
}
#fifth{
	background: transparent url(../img/buttons.png) -522px 0 scroll no-repeat;
}

a.handle:hover {
/*	background-position: 0 0; */
}
#intro a:hover {
	
}
#first:hover {
background: transparent url(../img/buttons.png) 0px 0 scroll no-repeat;
}
#second:hover {
background: transparent url(../img/buttons.png) -58px 0 scroll no-repeat;
}
#third:hover {
background: transparent url(../img/buttons.png) -116px 0 scroll no-repeat;
}
#fourth:hover {
background: transparent url(../img/buttons.png) -174px 0 scroll no-repeat;
}
#fifth:hover {
background: transparent url(../img/buttons.png) -232px 0 scroll no-repeat;
}
