
/*big menu*/

#kwick {
	width: 770;
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 0px;
	margin: 0 auto;
}

#kwick .kwicks {
	display: block;
	height: 265px;
	margin: 0px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 265px;
	width: 152px;
	/*padding: 10px;*/
	background: #DFD8CE;
	/*border-right: 5px solid #202020;*/
	border-right: 0px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #DFD8CE url(../../sequenza_home/foto1.jpg) ;
}

#kwick .opt2 {
	background: #DFD8CE url(../../sequenza_home/foto2.jpg);
}

#kwick .opt3 {
	background: #DFD8CE url(../../sequenza_home/foto3.jpg);
}

#kwick .opt4 {
	background: #DFD8CE url(../../sequenza_home/foto4.jpg);
}

#kwick .opt5 {
	background: #DFD8CE url(../../sequenza_home/foto5.jpg);
	border-right: 0;
}

