#slideshow-frame {
position: absolute;
display: block;
left: 449px;
top: 250px;
width: 333px;
height: 333px;
margin: 0;
padding: 0;
background: transparent url('slideshow-frame-png8.png') 0 0 no-repeat;
z-index:1001;
}

#slideshow-slides {
position: absolute;
left: 449px;
top: 250px;
width: 333px;
height: 333px;
overflow: hidden;
text-align:center;
background:#ffffff;
}

#slideshow-slides img,
#slideshow-slides a {
padding: 0;
margin: 0;
max-height: 333px;
max-width: 333px;
}

#slideshow-controls {
position: absolute;
left: 434px;
top: 208px;
width: 363px;
height: 25px;
background: #111 url(slideshow-controls-bg.jpg) 0 0 repeat-x;
}

#slideshow-controls .control {
position: absolute;
display: block;
cursor: pointer;
background-repeat: no-repeat;
}

#slideshow-controls .control.first {
left: 92px;
top: 6px;
width: 12px;
height: 12px;
background-image: url(slideshow-first.gif);
}
#slideshow-controls .control.prev {
left: 113px;
top: 6px;
width: 11px;
height: 12px;
background-image: url(slideshow-prev.gif);
}
#slideshow-controls .control.pause {
left: 158px;
top: 4px;
width: 18px;
height: 17px;
background-image: url(slideshow-pause.gif);
}
#slideshow-controls .control.play {
left: 190px;
top: 4px;
width: 18px;
height: 17px;
background-image: url(slideshow-play.gif);
}
#slideshow-controls .control.next {
left: 244px;
top: 6px;
width: 11px;
height: 12px;
background-image: url(slideshow-next.gif);
}
#slideshow-controls .control.last {
left: 264px;
top: 6px;
width: 12px;
height: 12px;
background-image: url(slideshow-last.gif);
}

* html #slideshow-frame {
display: none;
}

* html #slideshow-slides {
top: 240px;
}
