/* CSS Document */
ul,li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img{ border:none;}
a{ color:#6cf;}
a:hover{ color:#84B263;}
.box{
	width: 698px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	_height: 100%;
	background-image: url(../images/index-product-bg.png);
	background-repeat: no-repeat;
	text-align: center;
}
/*.picbox{ width:608px; height:137px; overflow:hidden; position:relative; margin-left:50px; margin-top:20px;}*/
.picbox{height:137px; overflow:hidden; position:relative; margin-left:10px; margin-top:20px;}
.piclist{ position:absolute; left:0px; top:0px;}
.piclist li{
	height: 91px;
	background: #eee;
	margin-right: 15px;
	padding: 0px;
	float: left;
	width: 137px;
}
.swaplist{ position:absolute; left:-3000px; top:0px;}
.og_prev,.og_next{ 
	width:30px; height:50px; 
	background:url(../images/icon.png) no-repeat; 
	background:url(../images/icon_ie6.png) no-repeat\9; 
	position:absolute; top:40px; z-index:99; 
	cursor:pointer;
	filter:alpha(opacity=10); 
	opacity:0.2;
}
.og_prev{
	background-position: 0 -60px;
	left: 4px;
	filter:alpha(opacity=10); 
}
.og_next{
	background-position: 0 0;
	right: 4px;
	filter:alpha(opacity=10); 
}
