/* CSS Document */
#screen2 {
margin:8px;
position:relative;
width:900px;
}
#screen2 #buttons {
margin-bottom:5px;
width:900px;
}
#screen2 #buttons a {
color:#6699CC;
margin:5px;
}
#screen2 .prev {
float:left;
}
#screen2 .next {
float:right;
}
#slideshow {
/*border:1px solid #777777;*/
overflow:hidden;
width:900px;
}
#slideshow ul {
padding-left:0px;
margin:0px;
/*width:3900px;*/
}
#slideshow li {
cursor:pointer;
float:left;
margin:0 12px;
list-style:none;
}
