/* ============圖片檢索============== */

div#photoquery {
margin-bottom:20px;
min-height:600px;
}

div#photoquery ul{
margin:0;
padding:0;
}

div#photoquery li{
float:left;
list-style-type: none;
margin:0px 21px 10px 0px;
text-align:center;

}

div#photoquery div.fang{
border:2px #dcdcdc solid;
background: #fff;
padding:3px;
text-align:center;

}

div#photoquery div.picFit{
overflow: hidden;
}

div#photoquery div.picFit img{

}

div#photoquery div.rollover{
width:200px;
height:200px;
background:#000;
margin-top:-200px;
color:#fff;
font:18px/20px '微軟正黑體','Microsoft JhengHei','PMingLiU',Arial;
cursor:pointer;
}

div#photoquery td{
color:#fff;
font:18px/20px '微軟正黑體','Microsoft JhengHei','PMingLiU',Arial;
}

div#photoquery div.word{
width:190px;
height:200px;
text-align:center;
padding-top:85px;
color:#fff;
font:18px/20px '微軟正黑體','Microsoft JhengHei','PMingLiU',Arial;
cursor:pointer;
}




div#photoquery div.title{
white-space: nowrap;
overflow: hidden;
text-align:center;
text-decoration: none;
}


div#photoquery a:link,div#photoquery a:visited,div#photoquery a:active{
font:14px/25px '微軟正黑體','Microsoft JhengHei','PMingLiU',Arial;
color:#555;
text-decoration: none;
}

div#photoquery a:hover{
font:14px/25px '微軟正黑體','Microsoft JhengHei','PMingLiU',Arial;
color:#ff6600;
text-decoration: none;
}




/* ============翻頁============== */

div#showpages {
clear:both;
padding:0px;
margin:20px 0px;
width:100%;
height:30px;
white-space: nowrap;
}

div#pagesinfo {
float:left;
padding:3px 8px;
white-space: nowrap;
}

div#pages {
float:right;
padding-right:8px;
white-space: nowrap;
}

div#pages ul{
margin:0;
padding:0;
}

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#505050;
text-decoration: none;
}

div#pages a:hover{
color:#ff0000;
text-decoration: none;
}

div#pages li{
margin:3px;
padding:2px 5px;
list-style-type: none;
float:left;
background:#fff;
color:#505050;
border:1px #cde6ff solid;
white-space: nowrap;
}

div#pages li.pagesnow{
color:#505050;
background-color:#e4f2ff;
white-space: nowrap;
border:1px #cde6ff solid;
}

div#pages li.pbutton{
color:#505050;
background-color:#e4f2ff;
padding:3px 5px 1px 5px;
white-space: nowrap;
border:1px #cde6ff solid;
}

div#pages li.opt{
color:#505050;
padding:0px 2px;
white-space: nowrap;
border:0px;
}