.view {
	width: 100%;
	height: 250px;
	margin: 0px;
	float: left;
	border: 10px none #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.jpg) no-repeat center center;
	box-shadow: 2px 5px 7px rgba(0,0,0,0.4);
	-webkit-border-radius: 15px 15px 35px 15px;
	-moz-border-radius: 15px 15px 35px 15px;
	background-color: transparent;
	background-image: url(realizzazioni/gallery_01/web/thumbs/seros_08.jpg);
	vertical-align: middle;
	padding: 0px;
}
.view .mask,.view .content {
	width: 100%;
	height: 250px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 2px;
	border-radius: 15px 15px 35px 15px;
	text-align: center;
	background-image: none;
	vertical-align: middle;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}
.view p {
	font-style: italic;
	font-size: 12pt;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
	z-index: 5;
}
.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;
	z-index: 6;
	vertical-align: middle;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	text-align: center;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
