
/* CSS Document */
* {padding: 0;margin: 0;}
body {margin: 0px;padding: 0px;min-width:1200px;}

/*相关样式*/
#showbox { background:#fff;border:1px solid #c9c9c9;border-radius: 5px;}
#showbox span { background:url(http://www.wgs66.com/images/whitebg.png) repeat;}
#showsum { left:21px; margin-top:10px;}
#showsum span { border:1px solid #ddd;margin-left: 4px !important;}
#showsum span.sel { border:1px solid #0b42a1;}

.showpage { width:300px; position:relative;}
.showpage a {     display: block;
    width: 15px;
    border: 1px solid #ddd;
    height: 80px;
    line-height: 80px;
    background: #7f7f7f;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -82px;
    text-decoration: none;
    color: #fff;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}




































