@charset "utf-8";
/* CSS Document */

 
 
/*picChange图片切换特效CSS*/
div#donghuaxiao{
position:relative;
 
height:206px;
 
border:1px solid #aaa;
width:240px;  float:right;clear:right;
}
#picChange img{width:240px;height:180px}
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;
height:16px;
border:1px solid #ff6600;
float:left;
*display:inline;
text-align:center;
line-height:16px;
cursor:pointer;
width:16px;
margin-left:3px;
padding:0px;
}
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;
}

 