.view_small {
	width: 131px;
	height: 131px;
	float: left;
	border: 9px solid;
	border-top-color: #FFF;
	border-right-color: #DDD;
	border-bottom-color: #EEE;
	border-left-color: #FFF;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff url(../images/bg_01.jpg) no-repeat center center;
	left: -9px;
	top: -9px;
}
.view_small .mask,.view .content {
   width: 131px;
   height: 131px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view_small img {
   display: block;
   position: relative;
}
.view_small h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(59, 89, 152, 1.0);
   margin: 20px 0 0 0;
}
.view_small h7 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(59, 89, 152, 0.9);
   margin: 20px 0 0 0;
}
.view_small p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view_small a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: rgba(0, 0, 0, 0.7);
   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;
}
.view_small a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}