#kwick {
	background: black;
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 0px;
	margin-left: 2px;
	width: 399px;
	height: 250px;
	overflow: hidden;
}


#kwick .kwicks {
	display: block;
	height: 250px;
	margin-left: -40px;
	margin-top: 0px;
	width: 1000px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 250px;
	width: 64px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #000000;
}
#kwick ul li a{
	text-indent: 0px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #000000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:64px;
	height: 250px;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #ccc url(../images/farmacie2.jpg) ;
}

#kwick .opt2 {
	background: #ccc url(../images/santi1.jpg);
}

#kwick .opt3 {
	background: #ccc url(../images/cinema2.jpg);
}

#kwick .opt4 {
	background: #ccc url(../images/annunci2.jpg);
}

#kwick .opt5 {
	background: #ccc url(../images/musica2.jpg);
}

#kwick .opt6 {
	background: #ccc url(../images/enalotto2.jpg);
	border-right: 0;
}

