/* ============圖片列表============== */
#featureContainer{
margin:0px auto;
width:920px;
font-size:80%;
padding-bottom:5px;
}

#feature{
position:relative;
width:920px;
}

#feature .button{
position:absolute;
width:920px;
top:72px;
left:0px;

}

#feature .next{
text-indent:400px;
width:18px;
display:block;
background:url(../images/left.png) center top no-repeat;
float:left;
height:18px;
top:-125px;
margin-top:90px;
}

#feature .prev{
text-indent:20px;
width:18px;
display:block;
background:url(../images/right.png) center top;
float:right;
height:18px;
top:-125px;
margin-top:90px;
}

#feature .prev:hover{
background-position:center bottom;
}

#feature .next:hover{
background-position:center bottom;
}

.featureUL{
position:relative;
list-style-type:none;
margin:0px;
width:2800px;
float:left;
left:0px;

}

.featureBox{
list-style-type: none;
margin:0 5px 0 5px;
text-align:center;
float:left;
}

#botton-scroll{
z-index:0;
margin:0 0 5px 10px;
widht:900px;
height:205px;
float:left;
}

#block{
z-index:0;
position:relative;
padding:0 0 0 0;
width:920px;
}

#block .box{
border:2px #5D6B78 solid;
background: #fff;
padding:3px;
text-align:center;
}


#block div.picFit{
overflow: hidden;
}



ul.photopic{
margin:0;
padding:0
}

ul.photopic li{
list-style-type: none;
margin:0px 5px 5px 0px;
text-align:center;
float:left;
}

ul.photopic div.fang{
border:2px #5D6B78 solid;
background: #fff;
padding:3px;
text-align:center;
}

ul.photopic div.picFit{
overflow: hidden;
}

ul.photopic div.picFit img{
}


ul.photopic div.title{
text-align:center;
overflow: hidden;
white-space:nowrap;
}

ul.photopic a.title:link,ul.photopic a.title:visited,ul.photopic a.title:active{
color:#555;
font:12px/25px mingliu;
text-decoration: none;
}

ul.photopic a.title:hover{
color:#ff0000;
text-decoration: underline;
font:12px/25px mingliu;
}
