#sliderNews {
	/* position: relative; */
	width: 396px;
	overflow: hidden;
	height: 80px;
}


#news {
	margin-left: 25px;
	height: 80px;
	width: 9999px;
}

#news ul {list-style:none; padding:0 6px 0 0; margin:2px 0 0 0;}
#news ul li { padding:0; margin:0; width:396px; display: inline; float: left;}
#news a {
	display: block;	
	padding:0;
}

#news h5 {
	width: 245px;
	margin: 12px 0 0 0;
	padding: 0;	
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#news h4 {	
	width: 245px;
	margin: 0 0 0 0;
	padding: 0;		
	color: #8c8c8c;
	text-transform: uppercase;
	font-size: 11px;
}

#news h4 a {
	color: #8c8c8c;
	text-decoration: none;
}

#news h4 a:hover {
	color: #ccc;
}

#news span {
	margin: 11px 6px 0 0;	
	float: left;
	padding: 2px;
	border: 1px solid #898989;
}


#news p {
	width: 300px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;		
	color: #adadad;
	font-size: 10px;
	font-family: tahoma, sans-serif;
}

#news p a {
	color: #adadad;
	text-decoration: none;
}

#news p a:hover {
	color: #d3dc43;
}

#news .leggi_news {
	color: #ca1d52;
	text-decoration: none;
	float: left;
	margin-top: 2px;
	font-size: 10px;
}

#news .leggi_news:hover {
	color: #d3dc43;
}

#news a span {
	display: none;
}

#news a.next {
	width: 10px;
	height: 15px;
	margin: 0;	
	display: block;
	position: absolute;
	right: 25px;
	top: 35px;
	background: transparent url('../img/arrow_right.png') no-repeat;
}


#newsPrevBtn {
	cursor: pointer;
	float:left;
	left: 10px;
	top: 40px;
	position:relative;
	z-index: 100px;
} 

#newsNextBtn {
	cursor: pointer;
	float:right;
	left: -10px;
	top: -43px;
	position:relative;
	z-index: 100px;
}
