.container_servizi {
	width: 100%
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
	list-style: none;
}
ul.display {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.display li {
	float: left;
	width: 99%;
	padding: 10px 20px;
	margin: 0;
	list-style: none;
	
}
ul.display li a {
	color: #000;
	text-decoration: none;
	list-style: none;
}

ul.display li a:hover {
	color: #000;
	text-decoration: underline;
}
ul.display li .content_block {
	padding: 0 1px;
	
}
ul.display li .content_block h4 {
	padding-bottom: 2px;
	padding-right: 5px;
	color: #107724 !important;
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
	

}
ul.display li .content_block p {
	margin: 0;
	padding: 5px 5px 5px 245px;
	font-size: 1.6em;
	text-align: justify;
}
.image {
	width:75px;
	height:75px;
	float: left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	position:relative;
	border:none;
	border: 1px solid #BBB;
	
}
.image div {
	width:73px;
	height:73px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:1px;
	border:none;
	background-color:#FFF;
	/*background-image:url(/concrete/images/throbber_white_16.gif);*/
	background-repeat:no-repeat;
	background-position: center center;
}
.image img {
	border:none;
	background-color:#FFF;
	/*background-image:url(/concrete/images/throbber_white_16.gif);*/
	background-repeat:no-repeat;
	background-position: center center;
 }





/*ul.display li .content_block a img{
	width: 100px;
	height: 100px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 5px 0 0;
	float: left;
}*/

ul.thumb_view li{
	width: 300px;
}
ul.thumb_view li h2 {
	display: inline;
}
ul.thumb_view li p{
	display: none;
}
ul.thumb_view li .content_block a img {
	margin-left: 0;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-top: 0;
}


a.switch_thumb {
	width: 44px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 5px 0;
	display: block;
	background: url(switch.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap { background-position: left bottom; }
