.view {
	width: 300px;
	height: 200px;
	margin: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.main {
	width:960px;
}
.view .mask, .view .content {
	width: 300px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	cursor:pointer;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 0px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
	padding: 0px 12px;
	display: inline-block;
	cursor: pointer;
	margin-top: 155px;
	margin-left: 90px;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.cast-popup {
	padding:15px;
	color:#333;
	min-height:550px;
	line-height:22px;
	text-align:justify;
	font-size:16px;
	background:#fff5bf;
}
.cast-popup-pic {
	margin-right:10px;
	border:2px solid #fbe9a3;
}
.cast-name {
	font-size:30px;
	background:#e8dc9a !important;
	text-align:center;
	line-height:24px;
	padding-top:8px;
	padding-bottom:10px;
	color:#524b2a;
}
.cast-name span {
	font-size:16px;
	text-align:center;
	color:#333;
}
.view a.info_hover {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	color: #fff;
	text-transform: uppercase;
	/* background:url(../images/picture_icon.png) 50% 50% no-repeat;*/
  width:100%;
	height:29px;
	margin-top: 40px;
}
.view a.info_hover: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
h2 {
	background:url(../images/picture_icon.png) 50% 50% no-repeat;
}
