.marqueeleft {
	height: 225px;
	width: 100%;
	overflow: hidden;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 10px;
	display: inline;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	overflow: hidden;
	position: relative;
}

.marqueeleft li .pic span {
	width:20px;
	line-height:20px;
	height:100%;
	display: inline-block;
	background: #5d1210;
	position: absolute;
	top:0;
	left:0;
	color:#fff;
	font-family: "MenkGarqag";
	opacity: 0.5;
	text-indent: 5px;
}

.marqueeleft ul li a img {
	width: 165px;
	height: 220px;
}

.marqueeleft li .txt {
	text-align: center;
	height: 23px;
	line-height: 23px;
}