#slideshow * {margin: 0; padding: 0;}
#slideshow {position: relative; width: 860px;}
#slideshow #loading {position: absolute;}
#slideshow #loading {background: url('images/spinner.gif'); display: block; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; }
#slideshow #pictures {background: url('images/bg.jpg'); width: 860px; height: 300px; overflow: hidden; float: left;}
#slideshow #pictures li {display: block; position: absolute; width: 860px; }
#slideshow #pictures li img {display: block; position: relative; bottom: 0; }
#slideshow #menu { background: url('images/bg_side.jpg'); list-style-type: none; padding-top: 10px; float: left;}
#slideshow #menu li { display: inline; z-index: 1000; position: relative; zoom: 1; }
#slideshow #menu li a { display: inline; font: 11px "Lucida Grande", "Verdana"; text-decoration: none; padding: 0 20px 0 0; z-index: 1000; color: #333; line-height: 14px; vertical-align: middle; zoom: 1; }
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #666; }
#slideshow #menu li.current a { font: 15px "Georgia"; color: #333; padding: 0 20px 0 0; line-height: 18px; }
#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; }
