.slideshowsimple {
position: relative;
overflow: hidden;
border: 0px;
background-color: #ffffff;
}

.slideshowsimple .text {
position: absolute;
bottom: 0px;
left: 0px;
height: 24px;
line-height: 24px;
width: 100%;
background-color: #000000;
color: #ffffff;
font-family: arial,helvetica,sans-serif;
font-size: 11pt;
background: url("bg_black_t50.png") repeat;
border-top: 1px solid #000000;
text-indent: 5px;
text-shadow: 1px 1px 0px #000000;
white-space: nowrap;
overflow: hidden;
}

.slideshowsimple .first {
position: absolute;
top: 0px;
left: 0px;
}

.slideshowsimple .next {
position: absolute;
top: 0px;
left: 0px;
opacity: 0;
filter: alpha(opacity=0);
}