#slider ul {
    -moz-animation:slide-animation 32s infinite;
    -webkit-animation:slide-animation 32s infinite;
}
    #slider{
        max-height: 800px;
    }

    #content{
        margin-top: -150px;
    }