/* MARCAPIANO */
#homePage_midslide {
	/*float: left;*/
	clear: both;
	padding: 10px 0;
	width: 100%;
	height: 200px;
}
#homePage_midslide .advTiny,
#homePageMidSlide {
	float: left;
}
#homePageMidSlide {
	position: relative;
	margin: 0 9px;
	width: 572px;
	height: 100%;
	background: url('/file_generali/img/liz/greygrad.gif') repeat-x 0 100%;
	white-space: nowrap;
	overflow: auto;
	overflow-y: hidden;
}
#homePageMidSlide .carousel_slide {
	position: relative;
	/*position: absolute;
	top: 0; left: 0;*/
	width: 9999px;
	height: 100%;
	overflow: hidden;
}
#homePageMidSlide .carousel_nav {
	position: absolute;
	bottom: 6px; left: 0;
	width: 100%;
	text-align: center;
}
#homePageMidSlide .carousel_nav strong {
	display: inline-block;
	margin-right: 2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	width: 10px;
	height: 10px;
	background: #CCC;
	cursor: pointer;
}
#homePageMidSlide .carousel_nav strong.carousel_cur {
	background-color: #666;
}
#homePageMidSlide .carousel_nav strong span {
	display: none;
}
#homePageMidSlide .newsSlide {
	float: left;
	border-right: 1px dotted #CCC;
	padding: 0 15px;
	width: 160px;
	height: 164px;
	white-space: normal;
	overflow: hidden;
}
#homePageMidSlide .newsSlide .foto {
	width: 100%;
	overflow: hidden;
}
#homePageMidSlide .newsSlide .foto img {
	width: 100%;
	max-height: 90px;
	_height: expression( this.clientHeight > 90 ? "90px" : "auto" );
}
#homePageMidSlide .newsSlide .category {
	margin: 4px 0 8px 0;
	height: 1em;
	color: #F00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .85em;
	overflow: hidden;
}
#homePageMidSlide .newsSlide .titleSmall {
	margin: 0;
	font-size: 1em;
}
