/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}
a{ color:#0066CC;}
a:hover{ color:#84B263;}
.box{ width:980px; margin:0 auto; position:relative; overflow:hidden; height:100%;}
.box div.title{
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
	color: #009966;
}
.picbox{ width:980px; height:160px; overflow:hidden; position:relative;}
.piclist{ height:160px;position:absolute; left:0px; top:0px}
.piclist li{ background:#eee; margin-right:20px; padding:5px; float:left;}
.piclist li img{ width:220px; height:150px; padding:0px; margin:0px;}
.piclist li div.s{
	width:220px;
	height:20px;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}.piclist li div.s a{
	text-align: center;
	float: left;
	width: 100%;
	line-height: 20px;
}
.piclist li a{
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{
	width:30px;
	height:50px;
	background:url(images/icon_ie6.png) no-repeat\9;
	position:absolute;
	top:80px;
	z-index:99;
	cursor:pointer;
	filter:alpha(opacity=70);
	opacity:0.7;
	background-color: no-repeat\9;
	background-image: url(images/icon.png);
}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}
