#slider{
    width:100%;
    min-width: 1000px;
    height: 555px;
    margin: 0 auto;
    background:  no-repeat scroll center center transparent;
}

#button-left{
     width: 100px;
     height: 565px;
     float: left;
     margin-left: 300px;
     cursor: pointer;
 }
#button-left img{
    margin-top: 200px;
    opacity: 0.6;
}
#button-right{
    width: 100px;
    height: 565px;
    float: right;
    margin-right: 317px;
    cursor: pointer;
}
#button-right img{
    margin-top: 200px;
    opacity: 0.6;
}
#bottom-buttons{
    width: 100%;
}
#bottom-buttons ul{
    margin-left:47%;
}
#bottom-buttons ul li{
    display: inline;
}