/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#wrap {
 float:right;
 width:310px;
 margin-top:-26px;
 background-image:url(../immagini/vertical_spacer.jpg);
 background-position:left;
 background-repeat:no-repeat;

 
} 


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */


.testo_news {
	position:absolute;
	width: 130px;
    height: 55px;
    overflow:hidden;
	padding:5px;
	margin-left:10px;
	margin-top:25px;
  color:#333333;

}


.titolo_news {
	position:absolute;
	font-weight:bold;
	width:180px;
	padding-left:5px;
	margin-left:10px;
	text-transform:uppercase;
	color:#333333;
	

}


