@CHARSET "UTF-8";
.box{
	width: 830px;
	margin: 0px auto 0px;
	overflow: hidden;
}
.box li{
	width: 150px;
	height: 190px;
	overflow: hidden;
	margin: 8px;
	float: left;
	position: relative;
	cursor: pointer;
	background: #BEBBBB;
	margin-top:0px;
}
.top{
	position: absolute;
	z-index:1;
	height: 5px;
	width: 0px;
	top: 0px;
	width: 0px;
}
.bottom{
	position: absolute;
	z-index:1;
	height: 5px;
	width: 0%;
	bottom: 0px;
	right: 0px;
}
.left{
	height: 0;
	position: absolute;
	left: 0px;
	width: 5px;
}
.right{
	height: 0;
	position: absolute;
	right: 0px;
	width: 5px;
	bottom: 0px;
}
.box li img{
	width: 140px;
	height: 150px;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
}
.box li p{
	position: absolute;
	z-index: 2;
	background: #751c20;filter:alpha(opacity=70);  /*支持 IE 浏览器*/
-moz-opacity:0.70; /*支持 FireFox 浏览器*/
opacity:0.70;  /*支持 Chrome, Opera, Safari 等浏览器*/
	height: 0px;
	line-height: 20px;
	width: 150px;
	text-align: center;
	color: #fff;
	bottom: 0px;
	left: 0px;

}

