.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 596px;
	height: 300px;
}

.stepcarousel .belt{
	position: absolute;
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: visible;
	margin:0;
	width: 650px;
	height:350px;
	position:relative;
	clear:both;
}

.stepcarousel .panel a img {
	border:none;
}

.stepcarousel .panel .article_desc {
	position:absolute;
	bottom:74px;
	left:0;
	padding:5px 40px;
	background:url(../images/article_back.png);
	color:#FFFFFF;
	line-height:140%;
	width:100%;
}

.stepcarousel .panel .article_desc strong a {
	font-size:16px;
	color:#00FF00;
	text-decoration:none;
}

*html .stepcarousel .panel .article_desc {
	left:-12px;
}