/* ANIMATION HOME PAGE */
#animation {
	width: 950px;
	height:269px;
	display:block;
	background:white;
}
#animation ul{
	list-style:none;
}
#animation #animation_icons li{
	list-style:none;
	float:left;
	width:33px;
	height:43px;
}
#animation #animation_icons li a {
	width: 33px;
	height: 43px;
	display:block;
}
#animation #animation_icons {
	position:absolute;
	margin-top: 226px;
	z-index: 10;
}
#animation #animation_photos {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	height: 269px;
	z-index: 1;
}
#animation #animation_photos li{
	list-style:none;
	float:left;
	width:950px;
	height: 269px;
}
#animation #animation_photos .box_descrizione {
	width:230px;
	height:120px;
	display:block;
	position:absolute;
	background: url("images/white.png");
	margin:34px 0 0 640px;
	padding: 20px;
}
#animation #animation_photos h3 {
	color: #0681b4;
	font-size: 15px;
	font-family: "Arial";
	text-transform: uppercase;
	margin-bottom: 10px;
}
#animation #animation_photos span {
	color: #06abec;
}
#animation #animation_photos p {
	color: #3b3b3b;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:19px;
	text-align: left;
}
#animation #animation_photos .numeroverde {
	position:absolute;
	right:20px;
	bottom: 15px;
}

/* ABOUT */
#about {
	width: 950px;
	height: 367px;
	display: block;
	overflow: hidden;
	background: url("images/home/bg-chisiamo.gif") no-repeat;
}
#about ul {
 margin-left:35px;
}
#about ol {
 margin-left:35px;
}
#about #pool_menu {
	float: left;
	display: inline; /* bugfix IE6 float */
	width: 295px;
	height: 317px;
	padding: 0 0 0 35px;
}
#about #pool_menu ul{
	list-style: none;
}
#about #pool_menu li{
	list-style: none;
	width: 253px;
	height: 64px;
	display:block;
	vertical-align: bottom; /* bugfix IE6 (per correggere il margine doppio) */
}
#about #pool_menu a{
	color:#737373;
}
#about #about_box {
	float: left;
	display: inline; /* bugfix IE6 float */
	width: 570px;
	height: 317px;
	padding: 25px;
	
}
#about #about_box span {
	color: #06abec;
}
#about #about_box img {
	float: right;
	margin: 0 0 10px 20px;
}