.box{
	width:920px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	_height:100%;
}
.picbox{
	width:920px;
	height:178px;
	overflow:hidden;
	position:relative;
}
.piclist{
	height:178px;
	position:absolute;
	left:0px;
	top:0px
}
.piclist li{
	margin-right:20px;
	padding:5px;
	float:left;
	line-height: 30px;
}
.piclist   li   span    {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 30px;
}
.picbox li span a {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{
	width:30px;
	height:50px;
	background:url(../images/icon_a.png) no-repeat;
	background:url(../images/icon_a_ie6.png) no-repeat\9;
	position:absolute;
	top:80px;
	z-index:99;
	cursor:pointer;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}
