.view {
   width: 333px;
   height: 214px;
   margin: 10px;
   float: left;

   overflow: hidden;
   position: relative;
   text-align: center;
 
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 333px;
   height: 314px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
      border: 0px solid #3cdefb;
}
.view img {
   display: block;
   position: relative;
   overflow: hidden;
}
.view h2 {
   text-transform: uppercase;
   color: #ffffff;
   text-align: center;
   position: relative;
   font-size: 24px;
   padding: 10px;
   background: #3cdefb;
   margin: 20px 0 0 0;
    font-family:Cambria, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.view p {
   font-family:Cambria, Arial, Helvetica, sans-serif;
   font-style: italic;
   font-size: 16px;
 
   color: #ffffff;
   padding: 10px 20px 10px;
   text-align: center;
   font-weight:bold;
   overflow: hidden;
}
.view a.info {
 font-family:Cambria, Arial, Helvetica, sans-serif;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #eb005d;
   color: #ffffff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   overflow: hidden;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   overflow: hidden;
}
.viewimage{
 
margin: 0px 0px 0px 0px;
overflow: hidden;
}