.view {

   margin:auto;
   border: 10px solid #fff;
	border-radius:10px;
   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: pointer;
   background: #fff url(../img/page_bg.png) no-repeat center center;
}

.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
	margin:auto;
   position: relative;
border-radius:6px;
}

.view h3.pr {
	font-size:12px;
	width: 100%;
   	position: absolute;
   	overflow: hidden;
   	top: 0px;
   	left: 0;
   	color: #000;
   	text-align: center;
   	font-size: 17px;
   	padding: 10px;
   	background:url('../img/home/bg-header.png');
   	margin: 10px 0 0 0;
}


.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(86, 43, 154, 0.8);
   margin: 10px 0 0 0;
}

.view p {
   font-size: 13px;
   position: relative;
   color: #fff;
   padding: 10px 10px 10px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 5px 14px;
   background: #000;
   color: #fff;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}