@charset "utf-8";
* {
	margin:0;
	padding:0;
}
table {margin: 0 auto;}
.zzsc {
	width:300px;
	height:300px;
	position: relative;
	float:left;
}
.zzsc a {
   text-decoration:none;
}
.text {
	width:300px;
	height:auto;
	background:#000;
	background:rgba(0,0,0,0.4);  
    background:#000 9;/*CSS Hack,只能对ie9以下浏览器ie6,ie7,ie8有效，否侧ie10,FF,Cherome会失去透明效果*/  
    filter:Alpha(opacity=60);/*只对ie7,ie8有效*/  
	position:absolute;
	position:absolute;
	left:0;
	bottom:0;
}
.imgtext {
	width:250px;
	height:250px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-align:left;
	line-height:150%;
	padding:25px;
}