.view {
	width: 353px;
	height: 239px;
	margin: 4px;
	float: left;
	border: 2px solid #2f2f30;
	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;
}
.view .mask,.view .content {
	width: 353px;
	height: 239px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background:#2f2f30;
	margin: 20px 0 0 0;
	font-family:calibri, sans-serif, Arial;
	font-style:normal;
	font-weight:bold;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
	font-family: "Candara";
	src: url(../font/Candara.ttf) format("truetype");
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	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;
	background:#8cc640;
	font-weight:bold;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.view a.info1 {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	color: #000000;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	background-color:#FFCC00;
	font-weight:bold;
}
.view a.info1: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}