
#slideshow * { margin: 0; padding: 0; }
#slideshow { background: url('../images/bg_shadow.gif') no-repeat top; position: relative; padding:0; width: 590px; height: 330px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('../images/spinner.gif'); display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures { background: url('../images/bg.jpg'); width: 590px; height: 330px; left: 0; overflow: hidden; margin:0;padding:0;}
#slideshow #pictures li { display: block; position: absolute; top: 0; width:590px; height:330px;}
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }

#menu{height:0;}
#slideshow #menu { background: url('../images/bg_side.jpg'); list-style-type: none; width: 593px; height: 10px; right: 0; padding-top: 10px; }
#slideshow #menu li { margin-right:3px;display: block; z-index: 1000; position: relative; zoom: 1; float:left; }
#slideshow #menu li a { display: block; font-family: arial; text-decoration: none;  z-index: 1000; color: #000;text-align:center; vertical-align: middle; zoom: 1; width:11px; height:11px; background:#fff; font-size:9px;}
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #000; }
#slideshow #menu li.current a { font-size:9px; font-family:arial; color: #000; width:11px; height:11px; background:#666;color:#fff;text-align:center;}
#slideshow #menu li.background { background: url('../images/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }