/* CSS Document */
.box{width:620px;margin:5px auto}
.left-pro{width:409px; text-align:left;float:left}
.left-pro .t1{
    width: 90px;
    position: relative;
    float: left;
    height: 452px;
}
.left-pro .t2{width:319px;text-indent:0;float:left;}
.left-pro .t2 img{text-indent:0;}
#showArea img{ border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 1px;
    width: 68px;
}
#showArea .active img{
    border: solid 1px #F00;
}
#main_img{cursor:pointer;display:block}
#gotop{
cursor: pointer;
    display: block;
    margin-left: 0;
    position: absolute;
    top: -5px;
}
#gobottom{
cursor: pointer;
    display: block;
    margin-left: 0;
    bottom: -5px;
    position: absolute;
}
#showArea{height:432px;margin:10px 10px 10px 0;overflow:hidden}