.news_prev { 
	width:46px; 
	height:16px;
	background:url(../images/prev1.gif) no-repeat left;
	float:left;
	cursor:pointer;
	margin-top:8px;
}
.news_prev:hover {background:url(../images/prev.gif) no-repeat left;}

.news_next {
	width:46px; 
	height:16px;
	background:url(../images/next1.gif) no-repeat right;
	float:right;
	cursor:pointer;
	margin-top:8px;
}
.news_next:hover {background:url(../images/next.gif) no-repeat right;}

.newscarousel {
	height:115px;
	width:339px;
}

	.newscarousel .news_prev,
	.newscarousel .news_next {
		visibility:hidden;
	}
	.newscarousel:hover .news_prev,
	.newscarousel:hover .news_next {
		visibility:visible;		
	}	

.newsboxes {
}

		.newsboxes .box_body{
			padding-top:15px;
		}
		.newsboxes .news_item a {
			display: block;
			height:87px;
			width:329px;
			overflow: hidden;
		}
		
		.newsboxes .news_item .img{
			border: 1px solid #ccc;
			margin-right: 10px;
			float:left;
		}
		.newsboxes .news_item .news_data{
			display:none;		
		}	
		.newsboxes .news_item .news_titolo{
			color:#ccc;
			font-size:12px;
		}	
		.newsboxes .news_item .news_anteprima{
			color:#888;
			font-size:12px;
		}	
		.newsboxes .news_item a:hover .news_titolo{
			color:#eee;
		}
		.newsboxes .news_item a:hover .news_anteprima{
			color:#aaa;
		}
		
	.newsboxes .box_footer_link{
		background: url(../images/news_foot.jpg) bottom no-repeat;
		padding-bottom:45px;
	}
		.newsboxes .box_footer_link a {
			display:block;
			background: url(../images/news_archivio.jpg) no-repeat;
			width:102px;
			height:26px;
			line-height:25px;
			text-align:center;
			margin: 0px auto;
			font-size:13px;
			color:#fff;
		}
		.newsboxes .box_footer_link a:hover {
			color:#184679;
		}
	
	.newsboxes .clearer {
		display:none;
	}

.newslist {
	position: relative;
}

		
	.newslist .news_items {
	}

	.newslist .news_item {
		margin-bottom:10px;		
		padding:5px;
	}
		.newslist .news_item .news_data {
			font-size:13px;
			font-weight:bold;
			color:#666;
			float:right;
			margin-left:15px;
		}
			
		.newslist .news_titolo {
			color:#ddd;
			font-weight: bold;
		}
		.newslist .news_item .img {
			border: 1px solid #ccc;
			margin-right: 10px;
			float:left;
		}
		.newslist .news_item .news_anteprima {
			color:#aaa;
		}
		.newslist .news_item a:hover .news_titolo{
			color:#eee;
		}
		.newslist .news_item a:hover .news_anteprima{
			color:#aaa;
		}
		
		
	.newslist .page_num {
		position: absolute;
		bottom:0px;
		right:0px;
	}

		
.news {}

	.news .box_title {
		margin-bottom:15px;
	}

	.news .news_data {
		color:#888;
	}
	
	.news .news_img {
		border: 1px solid #ccc;
		margin-right: 10px;
		float:right;
	}
