.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 110px;
	height: 242px;
	float: left;
	margin-right: 15px;
	
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}

.kwicks horizontal li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-left: 15px; /*Set to same as spacing option. */
	float: left;
}

#kwick_1 #kwick_2 #kwick_3 { 
	background-image:url(../images/pieghetta.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#kwick_4 {
	margin: 0px
}

.kwicks horizontal #kwick_4{
	margin: 0px; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks .kwicks_inner {  
    width: 160px; 
	padding: 10px 0 0 10px
}  

.kwicks .scritta {
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color:#F00
}

.kwicks .dida {
	width: 160px;
	margin-top: 3px;
	display: none;
}

.kwicks li.active .dida {
	display: block;
}
