div#win
{
	position:relative;
	margin:0 auto;
	width:915px;
	height:264px;
	overflow:hidden;
	border:0px;
	background:none;
}
div#win_2
{
	position:relative;
	margin:0 auto;
	width:915px;
	height:264px;
	overflow:hidden;
	border:0px;
	background:none;
}
ul#picChange
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
ul#picChange li
{
background:none;
}
ul#picChange li a
{
display:block;
background:none;
}
ul#picChange li img
{
	position:absolute;
	top:0;
	left:0;
	display:none;
	border:0;
	background:none;
}
ul#picChangeIndex
{
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
	right:20px;
	top:240px;
	list-style:none;
	background:none;
}
ul#picChangeIndex li
{
	list-style:none;
	width:12px;
	height:12px;
	border:none;
	float:left;
	*display:inline;
	text-align:center;
	line-height:16px;
	margin-right:3px;
	cursor:pointer;
}
ul#picChangeIndex li a
{
	text-decoration:none;
	font:0px;
	color:#00913A;
	width:12px;
	height:12px;
	background:#bbb;
}
ul#picChangeIndex li a:hover
{
	font-weight:bold;
	color:#000;
	font-size:0px;
}
ul#picChangeIndex li a.select
{
	color:#00913A;
	font-size:0px;
	background:#00A3E8;
}

#picDescBg
{
	position:absolute;
	height:27px;
	width:100%;
	left:0;
	bottom:0;
	z-index:997;
	display:none;
}

#picDesc
{
	position:absolute;
	height:27px;
	line-height:27px;
	width:915px;
	text-indent:1em;
	text-align:left;
	left:0;
	bottom:0;
	color:#000;
	z-index:10;
	display:none;
}