.view {
   width: 250px;
   height: 350px;
   margin: 0px;
   float: left;
   border: 0px solid #e9e9e9;
   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;
}
.view .mask,.view .content {
   width: 250px;
   height: 350px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 15px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.8);
	margin: 10px 0 0 0;
	font-family: "BellGothicStd-Bold";
	src: url(../font/BellGothicStd-Bold.ttf) format("truetype");
}
.view p {
	font-family: "BellGothicStd-Bold";
	src: url(../font/BellGothicStd-Bold.ttf) format("truetype");
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 15px;
	width:100px;
	background: #ffa200;
	color: #FFFFFF;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	box-shadow: 0 0 0px #000;
	font-size:15px;
	position:relative;
	bottom:0px;
	font-family: "BellGothicStd-Bold";
	src: url(../font/BellGothicStd-Bold.ttf) format("truetype");
	border:1px solid #FFFFFF;
	margin-bottom:5px;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   background: #00aeef;
   color:#FF0000;
}


/*.click_btn{
	background: #000;
	position:relative;
}*/


