.view {
	width: 130px;
	height: 180px;
	margin: 10px;
	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg_gr.jpg) no-repeat center center;
}
.content_view {
	width: 160px;
	height: auto;
	float: left;
	margin-left:0px;
	position: relative;
	text-align: center;
}
.view .mask {
	width: 130px;
	height: 180px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	background-color: #CCC;
}

.view img {
   position: absolute;
bottom: 0;
left: 0;
margin: auto;
right: 0;
top: 0;}
 
.vew .cont_immagine{
position:relative;
margin: 12px;
float: left;
background:#ddd;
height: 230px;
width: 230px;}

.view h2 {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	position: relative;
	font-size: 10px;
	/* [disabled]background: rgba(0, 0, 0, 0.8); */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	line-height: 14px;

}
.view p {
	font-size: 1.2em;
	position: relative;
	color: #333;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 15px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
	line-height: 20px;

}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
