
.box{
	width:1000px;
	position:relative;
	overflow:hidden;
	_height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
.picbox{
	width:1000px;
	height:252px;
	overflow:hidden;
	position:relative;
}
.piclist{
	height:252px;
	position:absolute;
	left:0px;
	top:0px
}
.piclist li{ float:left;}
.swaplist{
	position:absolute;
	left:-5000px;
	top:0px
}
.og_prev,.og_next{
	width:30px;
	height:70px;
	background:url(../images/icon_ie6.png) no-repeat;
	background:url(../images/icon_ie6.png) no-repeat\9;
	position:absolute;
	top:100px;
	z-index:99;
	cursor:pointer;
	filter:alpha(opacity=00);
	opacity:0.0;
}

.og_prev{
	background-position:0 -72px;
}
.og_next{ background-position:0 0; right:0px;}
