div#win{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:345px;
	overflow:hidden;
}
ul#picChange{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style:none;
}
ul#picChange li{
}
ul#picChange li img{
	position:absolute;
	top:0;
	left:0;
	display:none;
}
ul#picChangeIndex{
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
	right:8px;
	bottom:8px;
	list-style:none;
}
ul#picChangeIndex li{
	list-style:none;
	width:16px;
	height:16px;
	border:1px solid #f90;
	float:left;
	*display:inline;
	text-align:center;
	line-height:16px;
	margin-right:3px;
	cursor:pointer;
}
ul#picChangeIndex li a{
	text-decoration:none;
	font:13px Arial;
	color:#666;
	display:block;
	width:16px;
	height:16px;
	background:#fff5e1;
}
ul#picChangeIndex li a:hover{
	font-weight:bold;
	color:#000;
	font-size:14px;
}
ul#picChangeIndex li a.select{
	color:#fff;
	font-size:14px;
	background:#fd8f07;
}
#picDescBg{
	position:absolute;
	height:34px;
	width:100%;
	left:0;
	bottom:0;
	background:#000;
	z-index:997;
}
#picDesc{
	position:absolute;
	height:34px;
	line-height:34px;
	text-indent:1em;
	text-align:left;
	left:0;
	bottom:0;
	color:#000;
	z-index:998;
}