.view {
	padding: 7px;
	width: 300px;
	height: 164px;
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.15);
	float: left;
	background-color: #f6f6f6;
	background-image: url(../images/profile_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 15px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 25px;
}
.view .mask,.view .content {
	width: 320px;
	height: 184px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	color: #FFFFFF;
}
.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-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/view_btn.jpg);
	background-repeat: no-repeat;
	height: 24px;
	padding-right: 14px;
	padding-left: 14px;
	background-position: center center;
	width: 81px;
}
.view a.info: hover {
  background-image: url(../images/view_btn1.jpg);
}