#billboard-wrapper {
overflow: hidden;
width: 592px;
height: 450px;
z-index: 1;
}

#fader {
overflow: hidden;
width: 592px;
height: 450px;
z-index: 1;
}

.billboard {
overflow: hidden;
width: 592px;
height: 450px;
}

#pic1 {
width: 592px;
height: 450px;
background-image: url(../images/pic1.jpg);
background-repeat: no-repeat;
}

#pic2 {
width: 592px;
height: 450px;
background-image: url(../images/pic2.jpg);
background-repeat: no-repeat;
}

#pic3 {
width: 592px;
height: 450px;
background-image: url(../images/pic3.jpg);
background-repeat: no-repeat;
}

#pic4 {
width: 592px;
height: 450px;
background-image: url(../images/pic4.jpg);
background-repeat: no-repeat;
}

#pic5 {
width: 592px;
height: 450px;
background-image: url(../images/pic5.jpg);
background-repeat: no-repeat;
}