.view {
	width: 100%;
	max-width:173px;
	height: 100%;
	margin: 0px;
	float: left;
	border: thin solid #eaeaec;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background-color:#d7743c;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	text-transform: capitalize;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 10px;
	background: rgba(215, 116, 60, 0.3);
	margin: 0px 0 0 0;
}
.view p {
	font-family: arial;
	font-size: 12px;
	position: relative;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top:0px;
}
.view a.info {
	text-decoration: none;
	font-size: 11px;
	color: #737576;
	text-transform: capitalize;
	-webkit-box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	box-shadow: 0 0 0px #000;
	background-color: #fff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
.view a.info: hover {
	color:#0000CC;
	background-color:#FF0000;
}