.slide-out {
width: 724px; height: 303px;
position: relative;
}

.slide-out img.slide-title {
position: absolute;
top: 225px;
left: 23px;
z-index: 100;
}

#slideshow {
width: 724px; height: 303px;
overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
position: relative;
}

#content ul#slides li 
{
    list-style: none;   
}