<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div, ul, li
{
    margin: 0;
    padding: 0;
}
fieldset, img
{
    border: 0 none;
}
ol, ul
{
    list-style: none outside none;
}
.hd, .bd, .ft
{
    width: 100%;
}
a
{
    color: #FFF;
    text-decoration: none;
}
a:hover
{
    color: #D90606;
    text-decoration: underline;
}
.picgd
{
    position: relative;
    text-align:left;
}
.picgd a.up
{
    background: url("../image/l.png");
    display: block;
    height: 124px;
    left: 2px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 18px;
}
.picgd a.down
{
    background: url("../image/r.png");
    display: block;
    height: 124px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    text-indent: -9999px;
    width: 18px;
}
.picgd .pic
{
    margin: 0 auto;
    overflow: hidden;
    width: 802px;
    border: solid 2px #FFF;
}
.picgd .pic div
{
    float: left;
}
.stage li
{
    color: #FFF;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    padding: 4px 0 0 0;
    cursor: pointer;
}
.stage li.active
{
    background-color: #FFFFFF;
    color: #000;
}

.stage li.active a
{
    color: #000;
}

.stage li p
{
    font-weight: bold;
    height: 30px;
    margin: 0;
    padding: 0;
}
.picgd .pic li
{
    float: left;
    padding: 0 10px;
}
.picgd .pic li img
{
    display: block;
}
body
{
    background-color: #000000;
    text-align: center;
}
.thumb_on
{
    display: inline;
    float: left;
    margin-left: 8px;
    cursor: pointer;
}
.thumb_off
{
    display: inline;
    float: left;
    margin-left: 8px;
    cursor: pointer;
}
.thumb_off
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}
.thumb_on
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
.thumb_off IMG
{
    border: #fff 1px solid;
    margin-top: 12px;
    _margin-top: 6px;
    height: 106px;
}
.thumb_on IMG
{
    border: #fff 1px solid;
    height: 116px;
}
#tools
{
    height: 16px;
    padding-top: 6px;
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 20px;
}
#tools .left
{
    float: left;
}
#tools .left li
{
    float: left;
    list-style-type: none;
    padding-left: 16px;
    padding-right: 18px;
    cursor: pointer;
}
#tools .left li a
{
    color: #FFFFFF;
}
#tools .left .org
{
    background: url("../image/icon.png") no-repeat scroll 0 -28px transparent;
    height: 12px;
}
#tools .right
{
    padding-left: 200px;
    float: left;
}
#tools .right .tip
{
    background: url("../image/tip.gif") no-repeat;
    padding-left: 16px;
}
</pre></body></html>