﻿@charset "utf-8";
/* CSS Document */
.clear{ clear:both;}
  #picBox {float: left;height: 250px;overflow: hidden;position: relative;padding:0px;width:990px; margin:0 auto;}
	#picBox ul#show_pic {list-style: none outside none;margin: 0;padding: 0;position: absolute;width: 6800px;}
	#picBox ul#show_pic li {float: left;margin: 0;padding: 0;}
    #picBox ul#show_pic li img {display: block;height:250px;width:990px;}
	#icon_num {bottom:10px;position: absolute;right:20px;}
	#icon_num li {background:url(pic_on.gif) no-repeat;cursor: pointer;float: left;height: 11px;line-height: 11px;list-style: none outside none; margin: 0 0 0 5px;padding: 0;text-align: center;width: 11px;font-size:10px;font-family:Verdana, Geneva, sans-serif; text-indent:-9999px;}
	#icon_num li:hover, #icon_num li.active {background:#607298;height: 11px;line-height: 11px;width: 11px;background:url(pic_hover.gif) no-repeat}