.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: 180px;
	height: 270px;
	float: left;
	
	/*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: 0px; /*Set to same as spacing option. */
	float: left;
}

#kwick_1 { 
	background-image:url(../images/illuminazione2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#kwick_2 {
	background-image:url(../images/farettiled2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#kwick_3 {
	background-image:url(../images/sistemicontrollo2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#kwick_4 {
	background-image:url(../images/prodottoem2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.kwicks horizontal #kwick_4{
	margin: 0px; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks .kwicks_inner {  
    width: 155px; 
	padding: 220px 0 0 25px
}  

.kwicks .scritta {
	width: 90px;
	float: left;
}
