﻿/* CSS Document */
body{ font-size:12px; color:#333;}
#picBox{
	width:480px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#picBox ul#show_pic{ margin:0; padding:0; list-style:none; height:30px; width:3050px; position:absolute;}
#picBox ul#show_pic li{ float:left; margin:0; padding:0; height:300px;}
#picBox ul#show_pic li img{ display:block;}
#icon_num{ position:absolute; bottom:0px; right:10px;}
#icon_num li{line-height: 16px;float:left; background:url(flashbutton.gif) no-repeat -15px 0;width:15px; height:25px; list-style:none; color:#39F; text-align:center;  cursor:pointer; padding:0; margin:0;margin-right:5px;}
#icon_num li:hover,#icon_num li.active{ background:url(flashbutton.gif) no-repeat 0 0; color:#fff;}
