
    .imgScroll_parent{
    margin:0 auto;
    text-align:center;   
    position:relative;  
    width:100%;
    min-width:500px;max-width:2080px;overflow:hidden; 
    height:300px;
    min-height:300px;height:auto!important;
    }
    #img_show{
    width:911px;
    height:364px;
    display:block;
    }

    #img_show2{
    width:640px;
    height:1000px;
    display:block;
    }

    .imgScroll_parent ul{
    display:none;
    }
    .imgScroll_page{
    position:absolute;
    bottom:25px;
    height:16px;
    line-height:16px;
    min-height:16px;    
    left:0px;bottom:30px;
    width:100%;

    word-spacing: -6px;
    display: inline-table;
    }

    .imgScroll_page a{
    display:inline-block;
    height:16px;
    line-height:16px;
    width:16px;    
    margin:0 auto;
    margin-right:10px;
    text-align:center;
    border-left:1px #D2CFCA solid;
    word-spacing: 0;display: inline-block;
    cursor:pointer;background:green;text-decoration:none;
    }
    .imgScroll_page a.cur{
    color:#FFFFFF;
    background:red;
    font-weight:bold;
    }