.home #content {
    padding:0;
    width:890px;
    position:relative;
}
.home #content ul{list-style-type:none;margin:0;}
.home #content ul li{
    margin:0;
    padding:0;
    line-height:0;
    width:889px;
}
.home #content ul li div{position:relative;}
#content img{height:629px;width:889px;}
.home .afterslide{display:none;}
.home span#nextBtn a{
    position:absolute;
    background:transparent url(/images/border_arrow.png) no-repeat 0 0;
    width:67px;
    height:116px;
    display:block;
    right: -60px;
    top:250px;
}
.home span#nextBtn a:hover{background-position:0 -115px;}
.home span#prevBtn a{
    position:absolute;
    background:transparent url(/images/border_arrow_b.png) no-repeat 0 0;
    width:67px;
    height:116px;
    left:-60px;
    top:250px;
    display:block;
}
.home span#prevBtn a:hover{background-position:0 -115px;}
.home #upperHome{background-color:#fff;margin:0 0px 0 0px;height:629px;}
