	/* STYLES FOR CROSSFADER */



	div.cf_wrapper
	{
		position: relative;
		width:575px;
		height:150px;
		left:15px;
		background-image:url(/img/sfondo_top5.gif);
		background-repeat:no-repeat;
	}
	
	div.cf_wrapper-hp
	{
		position: relative;
		width:147px;
		height:210px;
		left:0;
		border:2px solid rgb(187,211,247);
		background-color:#E4E4E4;
		top:10px;
		margin-bottom:10px;
	}
	
	div.cf_element
	{
		width: 560px;
		height: 140px;
		/*background-color: #eee;
		border:  1px solid #ccc;*/
	}
	
	div.cf_element-hp
	{
		width: 147px;
		text-align:center;
		/*background-color: #eee;
		border:  1px solid #ccc;*/
	}
	
	div.cf_element div.content
	{
		padding: 15px;
	}
	
	div.cf_element div.content-hp
	{
		padding: 5px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}