.view {
   width: 166px;
   height: 106px;
   float: left;
   border: 10px solid #e5e9ec;
   overflow: hidden;
   position: relative;
   text-align: center;
   background: #e5e9ec;
}

.view .mask,.view .content {
   width: 166px;
   height: 106px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view h3 {
	color: #ffffff;
	font-family: 'Boton', verdana;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: #155263 0px 1px 1px;
	text-align: center;
	margin: 20px 0px 0px;
	padding: 9px;
	position: relative;
}

.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 5px 10px;
   background: #373737;
  	color: #ffffff;
	font-family: 'Boton', verdana;
	font-size: 11px;
	text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   margin: 0px;
}

.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
