.view {
	width: 266px;
	height: 438px;
	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.jpg) no-repeat center center;
	background-image: url(images/02x.jpg);
}
.view .mask,.view .content {
	width: 266px;
	height: 438px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
     font-family:  'Trebuchet MS', Arial, Helvetica, Sans-Serif;
   font-size: 13px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: left;
}
.view p {
   font-family:  'Trebuchet MS', Arial, Helvetica, Sans-Serif;
   font-size: 13px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: left;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #e6e6e6;
   font-size:13px;
   color: #666666;
   -webkit-box-shadow: 0 0 1px #666;
   -moz-box-shadow: 0 0 1px #666;
   box-shadow: 0 0 1px #666;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #666;
   -moz-box-shadow: 0 0 5px #666;
   box-shadow: 0 0 5px #666;
}
