#slideshow{
    position: relative;
    overflow:hidden;
    width:870px;
    border:0px solid;
    margin-left:0px;
    margin-right:0px;
    float: left;
}

#slideshow ul{
    width:6000px;
    padding-left:225px;
    list-style:none;
}

#slideshow li{
    float:left;
    margin:0 16px;
    cursor:pointer;
    list-style:none;
}

#screen{
    position:relative;
    width:1024px;
}
#screen #buttons{
    border:1px solid #777;
    margin-bottom:5px;
    width:679px;
}

#screen #buttons a{
    margin:10px 10px;
    color:#69C;
}
#screen .mini-suggestions{
    padding-top:80px;
    width:100px;
    float:left;
    border: 0px;
}
#screen .next{
    padding-top:80px;
    width:40px;
    float:right;
    border: 0px;
}
#screen .prev{
    padding-top:80px;
    width:40px;
    float:right;
    border: 0px;
}
