#main {
  margin-left: auto;
  margin-right: auto;
  min-width: 600px;
  width: 650px;
}

ul.kwicks {
	margin: 50px 0;
    list-style-type: none;
}

ul.kwicks li {
	float: left;
	width: 130px;
	height: 150px;
	margin-right: 5px;
}

ul.kwicks li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 400px 150px 5px;
}

#kwick1 { 
	background-image: url(images/home/cucine2.jpg);
}
#kwick1.active { 
	background-image: url(images/home/cucine1.jpg);
}
#kwick2 {
	background-image: url(images/home/soggiorni2.jpg);
}
#kwick2.active {
	background-image: url(images/home/soggiorni1.jpg);
}
#kwick3 {
	background-image: url(images/home/camere2.jpg);
}
#kwick3.active {
	background-image: url(images/home/camere1.jpg);
}
#kwick4 { 
	background-image: url(images/home/camerette2.jpg);
	margin-right: none;
}
#kwick4.active { 
	background-image: url(images/home/camerette1.jpg);
}
#kwick5 { 
	background-image: url(images/home/altri2.jpg);
	margin-right: none;
}
#kwick5.active { 
	background-image: url(images/home/altri1.jpg);
}

.centro {
	text-align: center;
}

.centro h4 a {
	padding: 2px;
	border: solid 1px #555;
	text-decoration: none;
	color: #bbb;
}
.centro h4 a:hover {
	color: #fff;
	background: #555;
}

.pusher{
cursor:pointer;
}

#mappa {
	width: 425;
	height:350;
	display: block;
}