.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: 184px;
	height: 30px;

	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 4px; /*Set to same as spacing option. */
	
	/*do not change these */
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;  /*if you need padding, do so with an inner div */
}

/* background images are entirely optional */
#kwick_empresa { 
	background-color: #08365b;
	background-image: url('../graphed/kwick/empresa.gif');
}
#kwick_projectes {
	background-color: #08365b;
	background-image: url('../graphed/kwick/projectes.gif');
}
#kwick_producte {
	background-color: #08365b;
	background-image: url('../graphed/kwick/producte.gif');
}
#kwick_contacte { 
	background-color: #08365b;
	background-image: url('../graphed/kwick/contacte.gif');
	margin-right: 0px; /* cancel margin on last kiwck (if you set a margin above) */
}