
#lunbobox {
    width:100%;
    height:auto;
    position:relative;
    /*overflow-y: hidden;*/
}
.lunbo {
    width: 100%;
    height: 250px !important;
    /*overflow: hidden;*/
}
.lunbo img {
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    min-height:210px;
    max-height:300px;
}
#lunbobox ul {
    width: 34px;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 10%;
    margin: 0 auto;
    z-index: 5;
}
#lunbobox ul li {
    cursor:pointer;
    width:10px;
    height:10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #cccccc;
    float:left;
    list-style:none;
    background:#cccccc;
    text-align:center;
    margin:0px 5px 0px 0px;
}
#toleft {
    display:none !important;

}
#toright {
    display:none !important;

}
