﻿#slideshow {
	border: 0px;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 1000px;
	height: 480px;
}

#slideshow img {
	width: 1000px;
	height: 480px;
}

#home_blocco_basso {
	float: left;
	position: absolute;
	left: 0;
	top: 430px;
	width: 1000px;
	padding: 0px 0 0 40px;
	z-index: 50;
}	
	
		
.home_blocco__col {	
	width: 600px;
	float: left;
}

#home_sfondo_trasparente {
	position: absolute;
	width: 1000px;
	clear: both;
	left: 0;
	top: 420px;
	z-index: 40;
}

.home_news {
	color: #FF1D83;
	font-family: "Century Gothic";
	font-size: 30px;
	}
	
.home_news a {
	text-decoration: none;
	font-family: "Century Gothic";
	color: #339999;;
	}

