div.slideshow {width: 920px; height: 320px; position: relative; background-color: #eee; }
div.slideshow ul {list-style: none; margin: 0px; padding: 0px; }
div.slideshow ul.items li{position: absolute; }

div.slideshow ul.nextprev li {width: 55px; height: 320px; position: absolute; text-indent: -999em; cursor: pointer;}
div.slideshow ul.nextprev li.prev {left: 0px; background: url(../images/prev.gif) no-repeat 55px 0px; }
div.slideshow ul.nextprev li.next {right: 0px; background: url(../images/next.gif) no-repeat 55px 0px; }

div.slideshow ul.pager {position: absolute; bottom: 10px; right: 40px; }
div.slideshow ul.pager li {background: url(../images/pager.gif) no-repeat; width: 16px; height: 16px; float: left; margin-right: 5px; }
div.slideshow ul.pager li.sel {background-position: 0px -16px; }
