/* photoloupe - 图片放大镜样式（移植自SmService） */
#showbox { background:#fff; }
#showbox span { background: rgba(255,255,255,0.3); }
#showsum { left:0; margin-top:10px; }
#showsum span { border:2px solid #ddd; border-radius:5px; cursor:pointer; }
#showsum span.sel { border:2px solid #f60; border-radius:5px; }

.showpage { width:500px; position:relative; }
.showpage a { border-radius:2px; display:block; width:16px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:16px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999; }
.showpage a#shownext { left:auto; right:0; }
.showpage a:hover { background:#ccc; color:#777; }
