#slide_right {
    width: 50px;
    height: auto;
    position: fixed;
    top: 20px;
    right: 100px;
    z-index: 60000;
    font-size: 15px;
    color: #333;
    font-family: Verdana, "微軟正黑體", sans-serif;
}

#slide_right a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #333
}

#slide_right a:hover {
    color: #960
}

.slide_right1,
.slide_right2,
.slide_right3,
.slide_right4 {
    width: 47px;
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    background: #FFF;
    padding: 3px;
}

.slide_right1 dl,
.slide_right2 dl,
.slide_right3 dl,
.slide_right4 dl {
    position: absolute;
/*    width: 90px;
    height: 50px;*/
    padding-left: 47px;
    margin: 0;
    z-index: 10
}

.slide_right1 dl dt,
.slide_right2 dl dt,
.slide_right3 dl dt,
.slide_right4 dl dt {
    width: 47px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10000;
}

* html .slide_right1,
* html .slide_right2,
* html .slide_right3,
* html .slide_right4 {
    position: absolute;
    left: expression(eval(document.documentElement.scrollRight));
    top: expression(eval(document.documentElement.scrollTop+200))
}

.slide_right1 dl dd,
.slide_right2 dl dd,
.slide_right3 dl dd,
.slide_right4 dl dd {
    margin: 0px;
    padding: 3px 0 3px 6px;
    border-left: 1px solid #ddd;
    text-align: left;
    width: 100%;
}

.slide_right1 {
    height: 50px;
    top: 0;
    line-height: 43px;

}

.slide_right2 {
    height: 50px;
    top: 50px;
    border-top: 1px dotted #ddd;
}

.slide_right3 {
    height: 50px;
    top: 100px;
    border-top: 1px dotted #ddd;
    line-height: 43px;

}

.slide_right4 {
    height: 50px;
    top: 150px;
    border-top: 1px dotted #ddd;
    line-height:2;
}

.slide_right4 dl dd {
    width: 230px
}

.slide_right4 dl dd .input1 {
    border: 1px solid #fff;
    background: #EFEFEF;
    height: 20px;
    width: 100px;
}

.slide_right4 dl dd .input1:hover {
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slide_right4 dl dd .input2 {
    margin: 3px;
}

.slide_right4 dl dd b {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 3px;
    font-weight: normal;
}

#slide_right dt.s1 {
    background: url(../images/slide1.png) 0 -4px no-repeat;
    font: 0/0 Verdana
}

#slide_right dt.s2 {
    background: url(../images/slide1.png) 0 -53px no-repeat;
    font: 0/0 Verdana
}

#slide_right dt.s3 {
    background: url(../images/slide1.png) 0 -103px no-repeat;
    font: 0/0 Verdana
}

#slide_right dt.s4 {
    background: url(../images/slide1.png) 0 -153px no-repeat;
}

.fixed_right {
    width: 53px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 210px;
    z-index: 999;
    background: #fff;
    right: 0px;
}

.fixed_right dl {
    text-align: center;
    width: 100%;
}

.fixed_right dl span {
    display: block;
    margin: 3px 0
}

.fixed_right dl img {
    max-width: 40px;
    height: auto;
    width: expression(this.width >40 ? "40": true);
}
