#screen2{
    position:relative;
    width:613px;
}

#screen2 #buttons{
    /*border:1px solid #777;*/
    margin-bottom:5px;
    width:10px;
}

#screen2 #buttons a{
    color:#69C;
}

#screen2 .prev{
    float:left;
}

#screen2 .next{
    float:left;
}

#slideshow{
    overflow:hidden;
    width:560px;
    /*margin-left:30px;*/
    /*border:1px solid #777;*/
	margin:15px 0 0 0;
}

#slideshow ul{
    width:3900px;
    /*padding-left:50px;*/
}

#slideshow li{
    float:left;
    margin:0 5px 0 0;
    cursor:pointer;
}