
#screen2 {
position : relative;
width : 500px;
height : 90px;
background-color : #d4d8dd;
}
#screen2 #buttons {
width : 500px;
}
#screen2 #buttons a {
margin : 41px 10px;
color : #69c;
}
#screen2 .prev {
float : left;
}
#screen2 .next {
float : right;
}
#slideshow {
overflow : hidden;
width : 410px;
height : 90px;
background-color : #d4d8dd;
}
#slideshow ul {
width : 1800px;
list-style : none;
margin : 0;
padding : 0;
margin-top : 22px;
}
#slideshow li {
float : left;
margin : 0 12px 0 10px;
}
#slideshow li a {
text-decoration : none;
}
.normal18 {
font-size : 15px;
color : #021044;
padding-left : 20px;
padding-bottom:5px;
font-weight : bold;
text-align:center;
}
