/* CSS Document */
body{ font-size:12px; color:#333;}
#picBox{width:682px; height:258px; margin:0px; overflow:hidden; position:relative;}
#picBox ul#show_pic{ margin:0; padding:0; list-style:none; height:258px; width:3450px; position:absolute;}
#picBox ul#show_pic li{ float:left; margin:0; padding:0; height:258px;}
#picBox ul#show_pic li img{ display:block;}
#icon_num{ position:absolute; bottom:4px; right:6px;}
#icon_num li{
	float:left;
	width:15px;
	height:15px;
	list-style:none;
	color:#0A0603;
	text-align:center;
	cursor:pointer;
	padding:0;
	margin:0;
	margin-right:5px;
	background-image: url(flashbutton.gif);
	background-repeat: no-repeat;
	background-position: -15px 0;
}
#icon_num li:hover,#icon_num li.active{
	color:#fff;
	background-image: url(flashbutton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#picBox_top{width:682px; height:258px; margin:50px auto; position:relative; overflow:hidden;}
#picBox_top ul#show_pic_top{ margin:0; padding:0; list-style:none; height:258px; width:682px; position:absolute;}
#picBox_top ul#show_pic_top li{ float:left; margin:0; padding:0; height:258px;}
#picBox_top ul#show_pic_top li img{ display:block;}
#icon_num_top{ position:absolute; bottom:0px; right:10px;}
#icon_num_top li{
	float:left;
	width:15px;
	height:15px;
	list-style:none;
	color:#333333;
	text-align:center;
	cursor:pointer;
	padding:0;
	margin:0;
	margin-right:5px;
	background-image: url(flashbutton.gif);
	background-repeat: no-repeat;
	background-position: -15px 0;
}
#icon_num_top li:hover,#icon_num_top li.active{ background:url(flashbutton.gif) no-repeat 0 0; color:#fff;}
